class EdgeAI::ConfigChange
- EdgeAI::ConfigChange
- Reference
- Object
Defined in:
models/config_change.crConstant Summary
-
Log =
::EdgeAI::Log.for("config.change")
Constructors
Instance Method Summary
- #apply_changes(pipelines : Hash(String, Pipeline))
- #new_config
- #on_start_pipeline(&start_pipeline : String, Pipeline -> )
- #on_stop_pipeline(&stop_pipeline : String -> )
- #pipelines : Hash(String, Pipeline)
- #read_config : Hash(String, Pipeline)
- #start_pipeline(id : String, pipeline : Pipeline)
- #stop_pipeline(id : String)
- #watch