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