ICommandReceipt

interface ICommandReceipt : IAsyncReceipt<Unit>

Notifies a sender that a command has been acknowledged by the peer

Functions

Link copied to clipboard
abstract suspend fun wait()

Wait for a response from the remote peer.

Properties

Link copied to clipboard
abstract val identity: String

Unique identity of the receipt.