Skip to content

SetValueKVStoreResponse

Purpose

Response to a SetValueKVStoreRequest.

Type

Reception:

SetValueKVStoreResponseV1

Records with fields:

The key that that identifies the piece of data in the KV-store.

The success of the operation, indicating that the KV-pair was stored successfully or not.

Triggers

Behavior

After adding the KV-pair to the KV-store, send a message indicating the success or failure of the operation.

Message Flow

sequenceDiagram

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