Module hooks

Source
Expand description

Node event hooks.

Structs§

NodeHooks
Container for all the configurable hook functions.

Traits§

OnComponentInitializedHook
A helper trait for the event hook that is run once the node is initialized.
OnNodeStartedHook
A helper trait that is run once the node is started.