class ExpectingResponse<R : Any> : FiberRequest
<init> |
ExpectingResponse(topic: String, destination: Party?, sessionIDForSend: Long, sessionIDForReceive: Long, obj: Any?, responseType: Class<R>) |
responseType |
val responseType: Class<R> |
destination |
val destination: Party? |
payload |
val payload: Any? |
sessionIDForReceive |
val sessionIDForReceive: Long |
sessionIDForSend |
val sessionIDForSend: Long |
stackTraceInCaseOfProblems |
val stackTraceInCaseOfProblems: StackSnapshot |
topic |
val topic: String |