Uses of Interface
io.fluxcapacitor.javaclient.modeling.AggregateRepository
-
-
Uses of AggregateRepository in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return AggregateRepository Modifier and Type Method Description AggregateRepositoryFluxCapacitor. 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 AggregateRepository 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 AggregateRepository in io.fluxcapacitor.javaclient.modeling
Classes in io.fluxcapacitor.javaclient.modeling that implement AggregateRepository Modifier and Type Class Description classCompositeAggregateRepositoryMethods in io.fluxcapacitor.javaclient.modeling that return types with arguments of type AggregateRepository Modifier and Type Method Description protected <T> Optional<AggregateRepository>CompositeAggregateRepository. getDelegate(Class<T> aggregateType)Constructors in io.fluxcapacitor.javaclient.modeling with parameters of type AggregateRepository Constructor Description CompositeAggregateRepository(AggregateRepository... delegates) -
Uses of AggregateRepository in io.fluxcapacitor.javaclient.persisting.caching
Classes in io.fluxcapacitor.javaclient.persisting.caching that implement AggregateRepository Modifier and Type Class Description classCachingAggregateRepository -
Uses of AggregateRepository in io.fluxcapacitor.javaclient.persisting.eventsourcing
Classes in io.fluxcapacitor.javaclient.persisting.eventsourcing that implement AggregateRepository Modifier and Type Class Description classEventSourcingRepository
-