Uses of Enum Class
io.fluxcapacitor.javaclient.modeling.EventPublication
Packages that use EventPublication
-
Uses of EventPublication in io.fluxcapacitor.javaclient.modeling
Methods in io.fluxcapacitor.javaclient.modeling that return EventPublicationModifier and TypeMethodDescriptionstatic EventPublication
Returns 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.fluxcapacitor.javaclient.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.fluxcapacitor.javaclient.modeling with parameters of type EventPublicationModifierConstructorDescriptionprotected
ModifiableAggregateRoot
(Entity<T> delegate, boolean commitInBatch, EventPublication eventPublication, EventPublicationStrategy publicationStrategy, EntityHelper entityHelper, Serializer serializer, DispatchInterceptor dispatchInterceptor, ModifiableAggregateRoot.CommitHandler commitHandler)