Uses of Interface
io.fluxzero.sdk.persisting.keyvalue.client.KeyValueClient
Packages that use KeyValueClient
-
Uses of KeyValueClient in io.fluxzero.sdk.configuration.client
Methods in io.fluxzero.sdk.configuration.client that return KeyValueClientModifier and TypeMethodDescriptionprotected abstract KeyValueClientAbstractClient.createKeyValueClient()Subclasses must implement this method to return aKeyValueClient.protected KeyValueClientLocalClient.createKeyValueClient()protected KeyValueClientWebSocketClient.createKeyValueClient()Client.getKeyValueClient()Returns theKeyValueClientfor key-value store interactions. -
Uses of KeyValueClient in io.fluxzero.sdk.persisting.keyvalue.client
Classes in io.fluxzero.sdk.persisting.keyvalue.client that implement KeyValueClientModifier and TypeClassDescriptionclassAn in-memory implementation of theKeyValueClientinterface.classWebSocket-based implementation of theKeyValueClientinterface for interacting with the Fluxzero Runtime.