Skip to content

GetValueKVStoreResponse

Purpose

Return the value from the search operation which is triggered by a GetValueKVStoreRequest.

Type

Reception:

GetValueKVStoreResponseV1

Records with fields:

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

The requested value in the KV-store.

Triggers

Behavior

Returns the value from the search operation which is triggered by a GetValueKVStoreRequest.

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]