Uses of Interface
io.fluxcapacitor.javaclient.persisting.keyvalue.KeyValueStore
-
Packages that use KeyValueStore Package Description io.fluxcapacitor.javaclient io.fluxcapacitor.javaclient.configuration io.fluxcapacitor.javaclient.persisting.keyvalue -
-
Uses of KeyValueStore in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return KeyValueStore Modifier and Type Method Description KeyValueStoreFluxCapacitor. 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 KeyValueStore 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 KeyValueStore in io.fluxcapacitor.javaclient.persisting.keyvalue
Classes in io.fluxcapacitor.javaclient.persisting.keyvalue that implement KeyValueStore Modifier and Type Class Description classDefaultKeyValueStore
-