Uses of Enum Class
io.fluxcapacitor.javaclient.modeling.EventPublicationStrategy
Packages that use EventPublicationStrategy
Package
Description
-
Uses of EventPublicationStrategy in io.fluxcapacitor.javaclient.modeling
Methods in io.fluxcapacitor.javaclient.modeling that return EventPublicationStrategyModifier and TypeMethodDescriptionstatic EventPublicationStrategy
Returns the enum constant of this class with the specified name.static EventPublicationStrategy[]
EventPublicationStrategy.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 EventPublicationStrategyModifier 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 EventPublicationStrategyModifierConstructorDescriptionprotected
ModifiableAggregateRoot
(Entity<T> delegate, boolean commitInBatch, EventPublication eventPublication, EventPublicationStrategy publicationStrategy, EntityHelper entityHelper, Serializer serializer, DispatchInterceptor dispatchInterceptor, ModifiableAggregateRoot.CommitHandler commitHandler) -
Uses of EventPublicationStrategy in io.fluxcapacitor.javaclient.persisting.eventsourcing
Methods in io.fluxcapacitor.javaclient.persisting.eventsourcing with parameters of type EventPublicationStrategyModifier and TypeMethodDescriptionDefaultEventStore.storeEvents
(Object aggregateId, List<?> events, EventPublicationStrategy strategy) EventStore.storeEvents
(Object aggregateId, List<?> events, EventPublicationStrategy strategy) Stores a list of events for the given aggregate using a specified publication strategy.