Uses of Enum Class
io.fluxzero.sdk.modeling.EventPublication
Packages that use EventPublication
-
Uses of EventPublication in io.fluxzero.sdk.modeling
Subclasses with type arguments of type EventPublication in io.fluxzero.sdk.modelingModifier and TypeClassDescriptionenumControls whether an applied update should result in event publication.Methods in io.fluxzero.sdk.modeling that return EventPublicationModifier and TypeMethodDescriptionstatic EventPublicationReturns the enum constant of this class with the specified name.static EventPublication[]EventPublication.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 EventPublicationModifier and TypeMethodDescriptionstatic <T> Entity<T> ModifiableAggregateRoot.load(Object aggregateId, Supplier<Entity<T>> loader, boolean commitInBatch, EventPublication eventPublication, EventPublicationStrategy publicationStrategy, EntityHelper entityHelper, Serializer serializer, DispatchInterceptor dispatchInterceptor, ModifiableAggregateRoot.CommitHandler commitHandler) Constructors in io.fluxzero.sdk.modeling with parameters of type EventPublicationModifierConstructorDescriptionprotectedModifiableAggregateRoot(Entity<T> delegate, boolean commitInBatch, EventPublication eventPublication, EventPublicationStrategy publicationStrategy, EntityHelper entityHelper, Serializer serializer, DispatchInterceptor dispatchInterceptor, ModifiableAggregateRoot.CommitHandler commitHandler)