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