Uses of Interface
io.fluxcapacitor.javaclient.persisting.repository.AggregateRepository
Packages that use AggregateRepository
Package
Description
-
Uses of AggregateRepository in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return AggregateRepositoryModifier and TypeMethodDescriptionFluxCapacitor.aggregateRepository()
Returns a client to assist with event sourcing. -
Uses of AggregateRepository in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type AggregateRepositoryModifier 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 AggregateRepository in io.fluxcapacitor.javaclient.configuration.spring
Methods in io.fluxcapacitor.javaclient.configuration.spring that return AggregateRepositoryModifier and TypeMethodDescriptionFluxCapacitorSpringConfig.aggregateRepository
(FluxCapacitor fluxCapacitor) -
Uses of AggregateRepository in io.fluxcapacitor.javaclient.persisting.repository
Classes in io.fluxcapacitor.javaclient.persisting.repository that implement AggregateRepositoryModifier and TypeClassDescriptionclass
A wrapper around a delegateAggregateRepository
that ensures cached aggregates stay in sync with the event log.class
Default implementation of theAggregateRepository
interface.