Send

data class Send(val sessionToMessage: Map<FlowSession, SerializedBytes<Any>>) : FlowIORequest<Unit>

Send messages to sessions.

Constructors

Link copied to clipboard
constructor(sessionToMessage: Map<FlowSession, SerializedBytes<Any>>)

Properties

Link copied to clipboard

a map from session to message-to-be-sent.

Functions

Link copied to clipboard
open override fun toString(): String