CatapultServer
v0.5.0.1 (Elephant)
|
PLUGIN_API void RegisterExtension(catapult::extensions::ProcessBootstrapper &bootstrapper)
Entry point for registering a dynamic extension module with bootstrapper.
Definition: PluginHandlersExtension.cpp:35
First phase (no dependencies).
void addServiceRegistrar(std::unique_ptr< ServiceRegistrar > &&pServiceRegistrar)
Adds a service registrar (pServiceRegistrar).
Definition: ExtensionManager.cpp:42
#define PLUGIN_API
Definition: plugins.h:30
def info(*args)
Definition: forwardsValidation.py:12
ExtensionManager & extensionManager()
Gets the extension manager.
Definition: ProcessBootstrapper.cpp:67
DECLARE_SERVICE_REGISTRAR() PluginHandlers()
Definition: PluginHandlersService.cpp:45
Definition: AddressExtractionExtension.cpp:28
Process bootstrapper.
Definition: ProcessBootstrapper.h:42
#define DECLARE_SERVICE_REGISTRAR(NAME)
Declares a service registrar entry point with NAME.
Definition: ServiceRegistrar.h:61