InputMessage

class InputMessage<I>(val input: I, val transferables: Transferables)(source)

Message arriving from a sender.

Parameters

I

The type of the input message.

Constructors

Link copied to clipboard
constructor(input: I, transferables: Transferables)

Properties

Link copied to clipboard
val input: I

The raw input itself that was sent.

Link copied to clipboard

Optional transferables that may have additionally been sent with the message.