corda / net.corda.core.flows / ReceiveStateAndRefFlow / <init>

<init>

ReceiveStateAndRefFlow(otherSideSession: FlowSession)

The ReceiveStateAndRefFlow should be called in response to the SendStateAndRefFlow.

This flow is a combination of FlowSession.receive and resolve. This flow will receive a list of StateAndRef and perform the resolution back-and-forth required to check the dependencies. The flow will return the list of StateAndRef after it is resolved.