data class FlowSession
<init> |
FlowSession(flow: FlowLogic<*>, ourSessionId: Long, state: FlowSessionState, waitingForResponse: Boolean = false) |
flow |
val flow: FlowLogic<*> |
ourSessionId |
val ourSessionId: Long |
psm |
val psm: FlowStateMachineImpl<*> |
receivedMessages |
val receivedMessages: ConcurrentLinkedQueue<ReceivedSessionMessage<ExistingSessionMessage>> |
state |
var state: FlowSessionState |
waitingForResponse |
var waitingForResponse: Boolean |