Uses of Interface
io.fluxzero.sdk.persisting.keyvalue.KeyValueStore
Packages that use KeyValueStore
Package
Description
-
Uses of KeyValueStore in io.fluxzero.sdk
Methods in io.fluxzero.sdk that return KeyValueStoreModifier and TypeMethodDescriptionFluxzero.keyValueStore()Returns a client for the key value service offered by Fluxzero. -
Uses of KeyValueStore in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration with parameters of type KeyValueStoreModifier and TypeMethodDescriptionprotected FluxzeroDefaultFluxzero.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.fluxzero.sdk.configuration.spring
Methods in io.fluxzero.sdk.configuration.spring that return KeyValueStore -
Uses of KeyValueStore in io.fluxzero.sdk.persisting.keyvalue
Classes in io.fluxzero.sdk.persisting.keyvalue that implement KeyValueStoreModifier and TypeClassDescriptionclassThe default implementation of theKeyValueStoreinterface that provides operations for storing, retrieving, and deleting key-value pairs using aKeyValueClientand aSerializer.