SendOutcome

sealed interface SendOutcome(source)

Outcome of awaiting a MessageHandle.

Wraps the final SendState with a convenience to distinguish terminal states.

Since

0.1.0

Inheritors

Types

Link copied to clipboard
data class Failure(val reason: SendFailure) : SendOutcome

Packet failed to deliver.

Link copied to clipboard
data object Success : SendOutcome

Packet was delivered or acknowledged.