public static class BFTNonValidatingNotaryService.ServiceFlow
extends FlowLogic
Constructor and Description |
---|
ServiceFlow(Party otherSide,
BFTSMaRt.Client client) |
Modifier and Type | Method and Description |
---|---|
java.lang.Void |
call()
This is where you fill out your business logic. The returned object will usually be ignored, but can be
helpful if this flow is meant to be used as a subflow.
|
BFTSMaRt.Client |
getClient() |
Party |
getOtherSide() |
call, getCounterpartyMarker, getLogger, getProgressTracker, getRunId, getServiceHub, getStateMachine, receive, send, sendAndReceive, setStateMachine, subFlow, subFlow, track, waitForLedgerCommit
public ServiceFlow(Party otherSide, BFTSMaRt.Client client)
public java.lang.Void call()
This is where you fill out your business logic. The returned object will usually be ignored, but can be helpful if this flow is meant to be used as a subflow.
public Party getOtherSide()
public BFTSMaRt.Client getClient()