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.Subclasses with type arguments of type KeyValueStore in io.fluxzero.sdk.persisting.keyvalueModifier and TypeClassDescriptionclassThe default implementation of theKeyValueStoreinterface that provides operations for storing, retrieving, and deleting key-value pairs using aKeyValueClientand aSerializer.Subinterfaces with type arguments of type KeyValueStore in io.fluxzero.sdk.persisting.keyvalueModifier and TypeInterfaceDescriptioninterfaceA simple interface for storing, retrieving, and removing key-value pairs.Methods in io.fluxzero.sdk.persisting.keyvalue that return KeyValueStoreModifier and TypeMethodDescriptionprotected KeyValueStoreDefaultKeyValueStore.createForNamespace(String namespace) default KeyValueStoreKeyValueStore.forNamespace(String namespace) Returns this key-value store scoped to the requested namespace. -
Uses of KeyValueStore in io.fluxzero.sdk.publishing.dataprotection
Constructors in io.fluxzero.sdk.publishing.dataprotection with parameters of type KeyValueStoreModifierConstructorDescriptionDataProtectionInterceptor(KeyValueStore keyValueStore, Serializer serializer) Creates an interceptor that silently invokes handlers when protected values are unavailable.DataProtectionInterceptor(KeyValueStore keyValueStore, Serializer serializer, MissingProtectedDataPolicy onMissingProtectedData) Creates an interceptor with an application-wide missing protected data policy.DataProtectionInterceptor(KeyValueStore keyValueStore, Serializer serializer, MissingProtectedDataPolicy onMissingProtectedData, boolean trackingMetricsEnabled) Creates an interceptor with an application-wide missing protected data policy.