tuweni / org.apache.tuweni.kv / KeyValueStore / getAsync

getAsync

open fun getAsync(key: K): AsyncResult<V?> (source)

Retrieves data from the store.

Parameters

key - The key for the content.

Return
An AsyncResult that will complete with the stored content, or an empty optional if no content was available.