public class DataVendingFlow extends FlowLogic<T>
public DataVendingFlow(@NotNull
FlowSession otherSideSession,
@NotNull
java.lang.Object payload)
@Suspendable @NotNull protected UntrustworthyData<net.corda.core.internal.FetchDataFlow.Request> sendPayloadAndReceiveDataRequest(@NotNull FlowSession otherSideSession, @NotNull java.lang.Object payload)
@Suspendable
protected void verifyDataRequest(@NotNull
net.corda.core.internal.FetchDataFlow.Request.Data dataRequest)
@Suspendable @Nullable public java.lang.Void call()
This is where you fill out your business logic.
@NotNull public FlowSession getOtherSideSession()
@NotNull public java.lang.Object getPayload()