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

Method InvokeHTTP

extensions/http-curl/processors/InvokeHTTP.h:52–54  ·  view source on GitHub ↗

Constructor ! * Create a new processor */

Source from the content-addressed store, hash-verified

50 * Create a new processor
51 */
52 InvokeHTTP(std::string name, utils::Identifier uuid = utils::Identifier())
53 : Processor(name, uuid) {
54 }
55 // Destructor
56 virtual ~InvokeHTTP();
57 // Processor Name

Callers

nothing calls this directly

Calls 1

IdentifierClass · 0.85

Tested by

no test coverage detected