CatapultServer  v0.5.0.1 (Elephant)
AddressExtractionPtChangeSubscriber.h
Go to the documentation of this file.
1 
21 #pragma once
23 #include <memory>
24 
25 namespace catapult { namespace addressextraction { class AddressExtractor; } }
26 
27 namespace catapult { namespace addressextraction {
28 
30  std::unique_ptr<cache::PtChangeSubscriber> CreateAddressExtractionPtChangeSubscriber(const AddressExtractor& extractor);
31 }}
catapult::extensions::ServiceRegistrarPhase::Initial
First phase (no dependencies).
AddressExtractionBlockChangeSubscriber.h
RegisterExtension
PLUGIN_API void RegisterExtension(catapult::extensions::ProcessBootstrapper &bootstrapper)
Entry point for registering a dynamic extension module with bootstrapper.
Definition: AddressExtractionExtension.cpp:50
catapult::extensions::ExtensionManager::addServiceRegistrar
void addServiceRegistrar(std::unique_ptr< ServiceRegistrar > &&pServiceRegistrar)
Adds a service registrar (pServiceRegistrar).
Definition: ExtensionManager.cpp:42
TransactionInfos
consumers::TransactionInfos TransactionInfos
Definition: BlockChainSyncConsumer.cpp:44
catapult::addressextraction::CreateAddressExtractionPtChangeSubscriber
std::unique_ptr< cache::PtChangeSubscriber > CreateAddressExtractionPtChangeSubscriber(const AddressExtractor &extractor)
Creates an address extraction partial transactions change subscriber around extractor.
Definition: AddressExtractionPtChangeSubscriber.cpp:54
m_extractor
const AddressExtractor & m_extractor
Definition: AddressExtractionPtChangeSubscriber.cpp:50
catapult::addressextraction::AddressExtractor
Utility class for extracting addresses.
Definition: AddressExtractor.h:35
catapult::addressextraction::CreateAddressExtractionUtChangeSubscriber
std::unique_ptr< cache::UtChangeSubscriber > CreateAddressExtractionUtChangeSubscriber(const AddressExtractor &extractor)
Creates an address extraction unconfirmed transactions change subscriber around extractor.
Definition: AddressExtractionUtChangeSubscriber.cpp:50
PLUGIN_API
#define PLUGIN_API
Definition: plugins.h:30
catapult::addressextraction::CreateAddressExtractionBlockChangeSubscriber
std::unique_ptr< io::BlockChangeSubscriber > CreateAddressExtractionBlockChangeSubscriber(const AddressExtractor &extractor)
Creates an address extraction block change subscriber around extractor.
Definition: AddressExtractionBlockChangeSubscriber.cpp:46
AddressExtractionUtChangeSubscriber.h
AddressExtractionPtChangeSubscriber.h
catapult::subscribers::SubscriptionManager::addBlockChangeSubscriber
void addBlockChangeSubscriber(std::unique_ptr< io::BlockChangeSubscriber > &&pSubscriber)
Registers a block change subscriber (pSubscriber).
Definition: SubscriptionManager.cpp:47
RootedService.h
PtChangeSubscriber.h
catapult::extensions::ProcessBootstrapper::pluginManager
plugins::PluginManager & pluginManager()
Gets the plugin manager.
Definition: ProcessBootstrapper.cpp:75
catapult::extensions::ProcessBootstrapper::extensionManager
ExtensionManager & extensionManager()
Gets the extension manager.
Definition: ProcessBootstrapper.cpp:67
AddressExtractor.h
catapult::plugins::PluginManager::createNotificationPublisher
PublisherPointer createNotificationPublisher(model::PublicationMode mode=model::PublicationMode::All) const
Creates a notification publisher for the specified mode.
Definition: PluginManager.cpp:225
catapult
Definition: AddressExtractionExtension.cpp:28
catapult::extensions::ProcessBootstrapper
Process bootstrapper.
Definition: ProcessBootstrapper.h:42
catapult::extensions::ProcessBootstrapper::subscriptionManager
subscribers::SubscriptionManager & subscriptionManager()
Gets the subscription manager.
Definition: ProcessBootstrapper.cpp:71
ProcessBootstrapper.h
catapult::Key
utils::ByteArray< Key_Size, Key_tag > Key
Definition: src/catapult/types.h:41