sealed class FiberRequest
ExpectingResponse |
class ExpectingResponse<R : Any> : FiberRequest A fiber which is expecting a message response. |
NotExpectingResponse |
class NotExpectingResponse : FiberRequest |
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 |
open fun equals(other: Any?): Boolean |
hashCode |
open fun hashCode(): Int |
ExpectingResponse |
class ExpectingResponse<R : Any> : FiberRequest A fiber which is expecting a message response. |
NotExpectingResponse |
class NotExpectingResponse : FiberRequest |