class ExpectingResponse<R : Any> : FiberRequest
A fiber which is expecting a message response.
<init> |
ExpectingResponse(topic: String, destination: Party?, sessionIDForSend: Long, sessionIDForReceive: Long, obj: Any?, type: Class<R>) A fiber which is expecting a message response. |
responseType |
val responseType: Class<R> |
destination |
val destination: Party? |
payload |
val payload: Any? |
receiveTopicSession |
val receiveTopicSession: TopicSession |
sessionIDForReceive |
val sessionIDForReceive: Long |
sessionIDForSend |
val sessionIDForSend: Long |
stackTraceInCaseOfProblems |
val stackTraceInCaseOfProblems: StackSnapshot? |
topic |
val topic: String |
equals |
fun equals(other: Any?): Boolean |
toString |
fun toString(): String |
hashCode |
open fun hashCode(): Int |