interface ProtocolIORequest
stackTraceInCaseOfProblems |
abstract val stackTraceInCaseOfProblems: StackSnapshot |
topic |
abstract val topic: String |
ReceiveRequest |
interface ReceiveRequest<T> : ProtocolIORequest |
SendRequest |
interface SendRequest : ProtocolIORequest |