Uses of Interface
io.fluxcapacitor.javaclient.persisting.eventsourcing.EventSourcingHandlerFactory
Packages that use EventSourcingHandlerFactory
Package
Description
-
Uses of EventSourcingHandlerFactory in io.fluxcapacitor.javaclient.modeling
Methods in io.fluxcapacitor.javaclient.modeling with parameters of type EventSourcingHandlerFactoryModifier and TypeMethodDescriptionstatic <T> ImmutableAggregateRoot<T>ImmutableAggregateRoot.from(AggregateRoot<T> a, EventSourcingHandlerFactory handlerFactory, Serializer serializer) static AnnotatedEntityHolderAnnotatedEntityHolder.getEntityHolder(Class<?> ownerType, AccessibleObject location, EventSourcingHandlerFactory handlerFactory, Serializer serializer) -
Uses of EventSourcingHandlerFactory in io.fluxcapacitor.javaclient.persisting.eventsourcing
Classes in io.fluxcapacitor.javaclient.persisting.eventsourcing that implement EventSourcingHandlerFactory -
Uses of EventSourcingHandlerFactory in io.fluxcapacitor.javaclient.persisting.repository
Constructors in io.fluxcapacitor.javaclient.persisting.repository with parameters of type EventSourcingHandlerFactoryModifierConstructorDescriptionAnnotatedAggregateRepository(Class<T> type, Serializer serializer, Cache cache, Cache relationshipsCache, EventStore eventStore, SnapshotStore snapshotStore, DispatchInterceptor dispatchInterceptor, EventSourcingHandlerFactory handlerFactory, DocumentStore documentStore)