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 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 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 KeyValueStoreModifier and TypeClassDescriptionclass
The default implementation of theKeyValueStore
interface that provides operations for storing, retrieving, and deleting key-value pairs using aKeyValueClient
and aSerializer
.