![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <zmqpublishnotifier.h>
Additional Inherited Members | |
Static Public Member Functions inherited from CZMQAbstractNotifier | |
| template<typename T > | |
| static std::unique_ptr< CZMQAbstractNotifier > | Create () |
Static Public Attributes inherited from CZMQAbstractNotifier | |
| static const int | DEFAULT_ZMQ_SNDHWM {1000} |
Protected Attributes inherited from CZMQAbstractNotifier | |
| void * | psocket {nullptr} |
| std::string | type |
| std::string | address |
| int | outbound_message_high_water_mark {DEFAULT_ZMQ_SNDHWM} |
Definition at line 60 of file zmqpublishnotifier.h.
|
overridevirtual |
Reimplemented from CZMQAbstractNotifier.
Definition at line 246 of file zmqpublishnotifier.cpp.