class FlowSession
<init> |
FlowSession(flow: FlowLogic<*>, ourSessionId: Long, initiatingParty: Party?, state: FlowSessionState) |
fiber |
val fiber: FlowStateMachineImpl<*> |
flow |
val flow: FlowLogic<*> |
initiatingParty |
val initiatingParty: Party? |
ourSessionId |
val ourSessionId: Long |
receivedMessages |
val receivedMessages: ConcurrentLinkedQueue<ReceivedSessionMessage<*>> |
state |
var state: FlowSessionState |
toString |
fun toString(): String |