CatapultServer
v0.5.0.1 (Elephant)
|
A registry of mongo transaction plugins. More...
Additional Inherited Members | |
Public Member Functions inherited from catapult::model::PluginRegistry< MongoTransactionPlugin, EntityType > | |
size_t | size () const |
Gets the number of registered plugins. More... | |
const MongoTransactionPlugin * | findPlugin (EntityType type) const |
Finds the plugin corresponding to type or nullptr if none is registered. More... | |
void | registerPlugin (std::unique_ptr< const MongoTransactionPlugin > &&pPlugin) |
Registers pPlugin with the registry. More... | |
A registry of mongo transaction plugins.