getData

abstract fun getData(storeName: String, key: String): CompletableFuture<Any?>

Retrieves data from the storage service.

Return

The data associated with the key, or null if not found.

Parameters

storeName

The name of the store from which the data will be retrieved.

key

The key under which the data is stored.