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
Behaviour
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]
(Wiki) links on this page