Constructor ! * Create a new processor */
| 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 |