corda / net.corda.core.flows / FlowLogic / send

send

@Suspendable open fun send(otherParty: Party, payload: Any): Unit
Deprecated: Use FlowSession.send()

Queues the given payload for sending to the otherParty and continues without suspending.

Note that the other party may receive the message at some arbitrary later point or not at all: if otherParty is offline then message delivery will be retried until it comes back or until the message is older than the network's event horizon time.