KrpcTransportMessage

sealed interface KrpcTransportMessage(source)

A single message that can be transferred from one RPC endpoint to another. Can be either of string or binary type.

Inheritors

Types

Link copied to clipboard

A single message of the binary type that can be transferred from one RPC endpoint to another.

Link copied to clipboard

A single message of the string type that can be transferred from one RPC endpoint to another.