Uses of Interface
io.fluxcapacitor.javaclient.persisting.eventsourcing.EventStore
-
Packages that use EventStore Package Description io.fluxcapacitor.javaclient io.fluxcapacitor.javaclient.configuration io.fluxcapacitor.javaclient.persisting.eventsourcing -
-
Uses of EventStore in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return EventStore Modifier and Type Method Description EventStoreFluxCapacitor. eventStore()Returns the event store client. -
Uses of EventStore in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type EventStore Modifier and Type Method Description protected FluxCapacitorDefaultFluxCapacitor.Builder. doBuild(Map<MessageType,? extends Tracking> trackingSupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, AggregateRepository aggregateRepository, EventStore eventStore, KeyValueStore keyValueStore, Scheduler scheduler, Cache cache, Serializer serializer, Client client, Runnable shutdownHandler) -
Uses of EventStore in io.fluxcapacitor.javaclient.persisting.eventsourcing
Classes in io.fluxcapacitor.javaclient.persisting.eventsourcing that implement EventStore Modifier and Type Class Description classDefaultEventStoreConstructors in io.fluxcapacitor.javaclient.persisting.eventsourcing with parameters of type EventStore Constructor Description EventSourcingRepository(EventStore eventStore, SnapshotRepository snapshotRepository, Cache cache, EventStoreSerializer serializer)
-