GetValueKVStoreResponse¶
Purpose¶
Return the value from the search operation which is triggered by a GetValueKVStoreRequest.
Type¶
Reception:
Records with fields:
Storage Key
: StorageKeyV1
The key that maps to the requested value in the KV-store.
Storage Value
: StorageValueV1
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]