Package-level declarations
Types
Link copied to clipboard
interface ClientRequestBody
ClientRequestBody wraps the `requestData` parameter of the HTTP call that triggered a ClientStartableFlow.
Link copied to clipboard
ClientStartableFlow is a Flow that is started via RPC.
Link copied to clipboard
The CordaInject annotation should be used within Flows to inject Corda's platform services.
Link copied to clipboard
interface FlowContextProperties
Context properties of a Flow are key value pairs of Strings.
Link copied to clipboard
class FlowContextPropertyKeys
Link copied to clipboard
FlowEngine provides core flow related functionality.
Link copied to clipboard
InitiatedBy specifies the protocol name that triggers a ResponderFlow as a consequence of a counterparty requesting a new session.
Link copied to clipboard
InitiatingFlow marks a flow as initiating, meaning that it starts a ResponderFlow when creating a session with another network entity.
Link copied to clipboard
ResponderFlow is a Flow that is started by receiving a message from a peer.
Link copied to clipboard