n4.cuwo.messages.OperationAcknowledged

Whenever the CUWO container receives a message that it knows how to handle, it will acknowledge it via an OperationAcknowledged message.

The message has the following structure:

{
  "@type": "n4.cuwo.messages.OperationAcknowledged",
  "id": "..."
}

The various member provide the information necessary for the operation:

  • id - The ID of the operation that is being acknowledged.