corda / net.corda.core.flows / FlowStateMachine / receive

receive

@Suspendable abstract fun <T : Any> receive(receiveType: Class<T>, otherParty: Party, sessionFlow: FlowLogic<*>): UntrustworthyData<T>