FlowManagerRPCOps

Deprecated

A public version of this interface has been exposed that should be interacted with using the MultiRPCClient

Replace with

net.corda.core.messaging.flows.FlowManagerRPCOps

RPC operations to perform operations related to flows including management of associated persistent states like checkpoints.

Properties

Link copied to clipboard
abstract val protocolVersion: Int

Returns the RPC protocol version. Exists since version 0 so guaranteed to be present.

Functions

Link copied to clipboard
abstract fun debugCheckpoints()

Dump all the current flow checkpoints, alongside with the node's main jar, all CorDapps and driver jars into a zip file in the node's log directory.

Link copied to clipboard
abstract fun dumpCheckpoints()

Dump all the current flow checkpoints as JSON into a zip file in the node's log directory.