interface FlowIORequest
session |
abstract val session: FlowSession |
stackTraceInCaseOfProblems |
abstract val stackTraceInCaseOfProblems: StackSnapshot |
ReceiveRequest |
interface ReceiveRequest<T : SessionMessage> : FlowIORequest |
SendRequest |
interface SendRequest : FlowIORequest |