ServiceLifecycleEvent

Entries

Link copied to clipboard

This event is dispatched when the node is about to start the State Machine. The State Machine will not be started until all handlers return from processing this event. Handlers can delay the node start-up, and the processing of flows, by not returning from handling this event until their CorDapp is ready for flows to be started/resumed.

Link copied to clipboard

This event is dispatched when State Machine is fully started such that net.corda.core.node.AppServiceHub available for CordaService to be use.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.