corda / net.corda.node.services.statemachine / FlowStateMachineImpl / sendAndReceive

sendAndReceive

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

Overrides FlowStateMachine.sendAndReceive