MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / C2CallbackAgent

Method C2CallbackAgent

nanofi/src/cxx/C2CallbackAgent.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35namespace c2 {
36
37C2CallbackAgent::C2CallbackAgent(core::controller::ControllerServiceProvider* controller, const std::shared_ptr<state::StateMonitor> &updateSink,
38 const std::shared_ptr<Configure> &configuration)
39 : C2Agent(controller, updateSink, configuration),
40 stop(nullptr),
41 logger_(logging::LoggerFactory<C2CallbackAgent>::getLogger()) {
42}
43
44void C2CallbackAgent::handle_c2_server_response(const C2ContentResponse &resp) {
45 switch (resp.op) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected