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