Uses of Interface
io.fluxcapacitor.javaclient.persisting.keyvalue.KeyValueStore
Packages that use KeyValueStore
Package
Description
-
Uses of KeyValueStore in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return KeyValueStoreModifier and TypeMethodDescriptionFluxCapacitor.keyValueStore()Returns a client for the key value service offered by Flux Capacitor. -
Uses of KeyValueStore in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type KeyValueStoreModifier and TypeMethodDescriptionprotected FluxCapacitorDefaultFluxCapacitor.Builder.doBuild(Map<MessageType, ? extends Tracking> trackingSupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, WebRequestGateway webRequestGateway, AggregateRepository aggregateRepository, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, Scheduler scheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, Client client, Runnable shutdownHandler) -
Uses of KeyValueStore in io.fluxcapacitor.javaclient.configuration.spring
Methods in io.fluxcapacitor.javaclient.configuration.spring that return KeyValueStoreModifier and TypeMethodDescriptionFluxCapacitorSpringConfig.keyValueStore(FluxCapacitor fluxCapacitor) -
Uses of KeyValueStore in io.fluxcapacitor.javaclient.persisting.keyvalue
Classes in io.fluxcapacitor.javaclient.persisting.keyvalue that implement KeyValueStore