corda / net.corda.node.services.statemachine / SessionEnd

SessionEnd

data class SessionEnd : ExistingSessionMessage

Constructors

<init> SessionEnd(recipientSessionId: Long, errorResponse: FlowException?)

Properties

errorResponse val errorResponse: FlowException?
recipientSessionId val recipientSessionId: Long