NCLifecycle

Lifecycle callbacks for various pipeline components.

See also:
Source:
NCLifecycle.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

Called when the component starts. Default implementation is no-op.

Called when the component starts. Default implementation is no-op.

Value parameters:
cfg

Configuration of the model this component is associated with.

Source:
NCLifecycle.scala

Called when the component stops. Default implementation is no-op.

Called when the component stops. Default implementation is no-op.

Value parameters:
cfg

Configuration of the model this component is associated with.

Source:
NCLifecycle.scala