public static class Service.NotifyTransactionHandler
extends FlowLogic
Constructor and Description |
---|
NotifyTransactionHandler(Party otherParty) |
Modifier and Type | Method and Description |
---|---|
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.
|
Party |
getOtherParty() |
call, getCounterpartyMarker, getLogger, getProgressTracker, getRunId, getServiceHub, getStateMachine, receive, send, sendAndReceive, setStateMachine, subFlow, subFlow, track
public NotifyTransactionHandler(Party otherParty)
public 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 getOtherParty()