#include <plugin_router_factory.h>
|
virtual std::unique_ptr< PluginRouter > | Create (std::string target_ip, uint16_t target_port, std::string plugin_type, std::shared_ptr< rapidjson::Document > config)=0 |
|
virtual | ~IPluginRouterFactory ()=default |
|
Definition at line 19 of file plugin_router_factory.h.
◆ ~IPluginRouterFactory()
virtual IPluginRouterFactory::~IPluginRouterFactory |
( |
| ) |
|
|
virtualdefault |
◆ Create()
virtual std::unique_ptr<PluginRouter> IPluginRouterFactory::Create |
( |
std::string |
target_ip, |
|
|
uint16_t |
target_port, |
|
|
std::string |
plugin_type, |
|
|
std::shared_ptr< rapidjson::Document > |
config |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: