Uses of Enum Class
io.fluxzero.sdk.modeling.GraphProjectionCompletion
Packages that use GraphProjectionCompletion
Package
Description
-
Uses of GraphProjectionCompletion in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration with parameters of type GraphProjectionCompletionModifier and TypeMethodDescriptionDefaultFluxzero.Builder.configureGraphProjectionCompletion(@NonNull GraphProjectionCompletion completion) default FluxzeroBuilderFluxzeroBuilder.configureGraphProjectionCompletion(GraphProjectionCompletion completion) Configures the application default for materialized graph-projection result completion. -
Uses of GraphProjectionCompletion in io.fluxzero.sdk.modeling
Subclasses with type arguments of type GraphProjectionCompletion in io.fluxzero.sdk.modelingModifier and TypeClassDescriptionenumControls whether command-result completion waits for affected materialized model-graph documents.Methods in io.fluxzero.sdk.modeling that return GraphProjectionCompletionModifier and TypeMethodDescriptionChange.graphProjectionCompletion()Returns the value of thegraphProjectionCompletionrecord component.GraphProjectionCompletion.orElse(GraphProjectionCompletion broaderScope) Returns this explicit policy, or the supplied broader-scope policy when this value isGraphProjectionCompletion.DEFAULT.static GraphProjectionCompletionReturns the enum constant of this class with the specified name.static GraphProjectionCompletion[]GraphProjectionCompletion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.fluxzero.sdk.modeling with parameters of type GraphProjectionCompletionModifier and TypeMethodDescriptionGraphProjectionCompletion.orElse(GraphProjectionCompletion broaderScope) Returns this explicit policy, or the supplied broader-scope policy when this value isGraphProjectionCompletion.DEFAULT.Constructors in io.fluxzero.sdk.modeling with parameters of type GraphProjectionCompletionModifierConstructorDescriptionChange(String modelId, Class<?> modelType, long beforeSequenceNumber, Long beforeLastEventIndex, Object before, Object after, Executable handler, UnaryOperator<Entity<?>> directReplay, boolean cascadedDeletion, EntityMetadata metadata, io.fluxzero.common.api.modeling.ModelConflictPolicy conflictPolicy, GraphProjectionCompletion graphProjectionCompletion, boolean active, boolean storeEvent, boolean publishEvent, boolean updateState) Creates an instance of aChangerecord class.ModelCommitHandlerRegistry(DefaultModelRepository repository, EventStoreClient eventStoreClient, Serializer serializer, Serializer snapshotSerializer, DocumentSerializer documentSerializer, DispatchInterceptor commandDispatchInterceptor, DispatchInterceptor eventDispatchInterceptor, String source, List<io.fluxzero.common.handling.ParameterResolver<? super DeserializingMessage>> parameterResolvers, HandlerDecorator handlerDecorator, io.fluxzero.common.api.modeling.ModelConflictPolicy conflictPolicy, io.fluxzero.common.api.modeling.ModelConflictPolicy creationConflictPolicy, ModelConflictResolver conflictResolver, int maxConflictRetries, AutomaticModelHandling automaticHandling, GraphProjectionCompletion graphProjectionCompletion) Creates the automatic model registration facade and its single execution pipeline. -
Uses of GraphProjectionCompletion in io.fluxzero.sdk.persisting.repository
Constructors in io.fluxzero.sdk.persisting.repository with parameters of type GraphProjectionCompletionModifierConstructorDescriptionCommit(EventStoreClient eventStoreClient, Serializer serializer, DocumentSerializer documentSerializer, DispatchInterceptor dispatchInterceptor, String source, Serializer snapshotSerializer, GraphProjectionCompletion graphProjectionCompletion)