corda / net.corda.core.internal / FlowStateMachine / sendAndReceive

sendAndReceive

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