IAsyncReceipt

interface IAsyncReceipt<T>

Allows a sender to wait for responses and acknowledgements from a remote peer

Functions

Link copied to clipboard
abstract suspend fun wait(): T

Wait for a response from the remote peer.

Properties

Link copied to clipboard
abstract val identity: String

Unique identity of the receipt.

Inheritors

Link copied to clipboard
Link copied to clipboard