Package io.fluxcapacitor.javaclient.persisting.keyvalue
package io.fluxcapacitor.javaclient.persisting.keyvalue
-
ClassDescriptionThe default implementation of the
KeyValueStore
interface that provides operations for storing, retrieving, and deleting key-value pairs using aKeyValueClient
and aSerializer
.A simple interface for storing, retrieving, and removing key-value pairs.Thrown when a key-value store operation fails.