CatapultServer
v0.5.0.1 (Elephant)
|
DECLARE_SERVICE_REGISTRAR() TransactionSink()
Definition: TransactionSinkService.cpp:51
PLUGIN_API void RegisterExtension(catapult::extensions::ProcessBootstrapper &bootstrapper)
Entry point for registering a dynamic extension module with bootstrapper.
Definition: TransactionSinkExtension.cpp:35
auto & packetHandlers()
Gets the packet handlers.
Definition: ServiceState.h:165
A registrar for registering a service.
Definition: ServiceRegistrar.h:45
Requires basic range consumers (and factories) to be registered.
#define PLUGIN_API
Definition: plugins.h:30
TransactionRangeConsumerFunc CreateTransactionPushEntityCallback(const ServerHooks &hooks)
Creates a transaction push entity callback from hooks that only pushes when synced.
Definition: ServerHooksUtils.cpp:39
def info(*args)
Definition: forwardsValidation.py:12
Information about a service registrar.
Definition: ServiceRegistrar.h:36
State that is used as part of service registration.
Definition: ServiceState.h:51
const auto & hooks() const
Gets the server hooks.
Definition: ServiceState.h:170
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
const auto & pluginManager() const
Gets the plugin manager.
Definition: ServiceState.h:150
void RegisterPushTransactionsHandler(ionet::ServerPacketHandlers &handlers, const model::TransactionRegistry ®istry, const TransactionRangeHandler &transactionRangeHandler)
Definition: TransactionHandlers.cpp:29
A service locator for local node services.
Definition: ServiceLocator.h:33