FlowMessaging

@DoNotImplement
interface FlowMessaging

Functions

Link copied to clipboard
@Suspendable
abstract fun initiateFlow(x500Name: MemberX500Name): FlowSession

Creates a communication session with a counterparty's ResponderFlow. Subsequently, you may send/receive using this session object. Note that this function does not communicate in itself. The counter-flow will be kicked off by the first send/receive.

@Suspendable
abstract fun initiateFlow(x500Name: MemberX500Name, flowContextPropertiesBuilder: FlowContextPropertiesBuilder): FlowSession

Creates a communication session with another member. Subsequently you may send/receive using this session object. Note that this function does not communicate in itself. The counter-flow will be kicked off by the first send/receive.