Uses of Interface
io.fluxcapacitor.javaclient.persisting.eventsourcing.EventStore
Packages that use EventStore
Package
Description
-
Uses of EventStore in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return EventStoreModifier and TypeMethodDescriptionFluxCapacitor.eventStore()
Returns the store for aggregate events. -
Uses of EventStore in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type EventStoreModifier and TypeMethodDescriptionprotected FluxCapacitor
DefaultFluxCapacitor.Builder.doBuild
(Map<MessageType, ? extends Tracking> trackingSupplier, Function<String, ? extends GenericGateway> customGatewaySupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, WebRequestGateway webRequestGateway, AggregateRepository aggregateRepository, SnapshotStore snapshotStore, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, MessageScheduler messageScheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, IdentityProvider identityProvider, PropertySource propertySource, DelegatingClock clock, TaskScheduler taskScheduler, Client client, ThrowingRunnable shutdownHandler) -
Uses of EventStore in io.fluxcapacitor.javaclient.modeling
Methods in io.fluxcapacitor.javaclient.modeling with parameters of type EventStoreModifier and TypeMethodDescriptionstatic <T> ImmutableAggregateRoot
<T> ImmutableAggregateRoot.from
(Entity<T> a, EntityHelper entityHelper, Serializer serializer, EventStore eventStore) -
Uses of EventStore in io.fluxcapacitor.javaclient.persisting.eventsourcing
Classes in io.fluxcapacitor.javaclient.persisting.eventsourcing that implement EventStoreModifier and TypeClassDescriptionclass
Default implementation of theEventStore
interface, providing mechanisms to store and retrieve events associated with aggregate instances.