Skip to content

GetValueKVStoreRequest

Purpose

Find stored data by its key in the KV-store and return the value.

Type

Reception:

GetValueKVStoreRequestV1

Records with fields:

The key that maps to the requested value in the KV-store.

Triggers

GetValueKVStoreResponseV1

Records with fields:

The key that maps to the requested value in the KV-store.

The requested value in the KV-store.

Behavior

Performs a key-based search operation in the KV-store to find the corresponding value.

Message Flow

sequenceDiagram

%% --8<-- [start:sequence]
Any Local Engine ->>+ Local KV Storage Engine: GetValueKVStoreRequest
Local KV Storage Engine -->>- Any Local Engine: GetValueKVStoreResponse
%% --8<-- [end:sequence]