Represents a message to be sent to a client through the IPC channel. Includes options for disconnecting the client after message delivery.
Optional
When true, signals that the connection should be terminated after message processing
Unique identifier for the client connection
Payload data encoded as a base64 string
Represents a message to be sent to a client through the IPC channel. Includes options for disconnecting the client after message delivery.