Skip to content

SetValueKVStoreResponse

Purpose

Response to a SetValueKVStoreRequest.

Type

Reception:

SetValueKVStoreResponseV1

Records with fields:

  • Storage Key: StorageKeyV1

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

  • Success Operation: SuccessOperationV1

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

Triggers

Behaviour

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]