ark::slack::SlackStage

Defined in header “ark/slack/stages/slack_stage.hh”.


This stage will post slack messages to the configured system.

Methods

  • SlackStage(std::string name)
    Constructor.

  • ~SlackStage()
    Destructor.

  • void initialize(pipeline::StageInterface & interface)
    Called from the executor when we are initialized.

  • void start()
    Indicates that the system has settled and you should begin any threads or processing.

  • void shutdown()
    Stops the stage, shutting down threads.