Uses of Enum Class
io.fluxzero.sdk.modeling.AggregateCommitPolicy
Packages that use AggregateCommitPolicy
-
Uses of AggregateCommitPolicy in io.fluxzero.sdk.modeling
Subclasses with type arguments of type AggregateCommitPolicy in io.fluxzero.sdk.modelingModifier and TypeClassDescriptionenumControls when aggregate changes are committed and whether multiple commits in the same completion phase may run concurrently.Methods in io.fluxzero.sdk.modeling that return AggregateCommitPolicyModifier and TypeMethodDescriptionstatic AggregateCommitPolicyReturns the enum constant of this class with the specified name.static AggregateCommitPolicy[]AggregateCommitPolicy.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 AggregateCommitPolicyModifier and TypeMethodDescriptionstatic <T> Entity<T> ModifiableAggregateRoot.load(Object aggregateId, Supplier<Entity<T>> loader, AggregateCommitPolicy commitPolicy, EventPublication eventPublication, EventPublicationStrategy publicationStrategy, AggregateEventRouting eventRouting, boolean eventSourced, EntityHelper entityHelper, Serializer serializer, DispatchInterceptor dispatchInterceptor, ModifiableAggregateRoot.CommitHandler commitHandler) Constructors in io.fluxzero.sdk.modeling with parameters of type AggregateCommitPolicyModifierConstructorDescriptionprotectedModifiableAggregateRoot(Entity<T> delegate, AggregateCommitPolicy commitPolicy, EventPublication eventPublication, EventPublicationStrategy publicationStrategy, AggregateEventRouting eventRouting, boolean eventSourced, EntityHelper entityHelper, Serializer serializer, DispatchInterceptor dispatchInterceptor, ModifiableAggregateRoot.CommitHandler commitHandler)