corda / net.corda.node.services.statemachine / StateMachineManager / FlowSessionState
FlowSessionState
sealed class FlowSessionState
FlowSessionState describes the session's state.
Initiating is pre-handshake. Initiating.otherParty at this point holds a Party corresponding to either a
specific peer or a service.
Initiated is post-handshake. At this point Initiating.otherParty will have been resolved to a specific peer
Initiated.peerParty, and the peer's sessionId has been initialised.
Types
Properties
Inheritors