public class ReceiveStateAndRefFlow<T extends ContractState> extends FlowLogic<T>
The class ReceiveStateAndRefFlow should be called in response to the class SendStateAndRefFlow.
This flow is a combination of FlowSession.receive and resolve. This flow will receive a list of class StateAndRef
and perform the resolution back-and-forth required to check the dependencies.
The flow will return the list of class StateAndRef after it is resolved.
public ReceiveStateAndRefFlow(@NotNull
FlowSession otherSideSession)
The class ReceiveStateAndRefFlow should be called in response to the class SendStateAndRefFlow.
This flow is a combination of FlowSession.receive and resolve. This flow will receive a list of class StateAndRef
and perform the resolution back-and-forth required to check the dependencies.
The flow will return the list of class StateAndRef after it is resolved.