#include <zmqabstractnotifier.h>
Definition at line 19 of file zmqabstractnotifier.h.
◆ ~CZMQAbstractNotifier()
| CZMQAbstractNotifier::~CZMQAbstractNotifier |
( |
| ) |
|
|
virtual |
◆ Create()
◆ GetAddress()
| std::string CZMQAbstractNotifier::GetAddress |
( |
| ) |
const |
|
inline |
◆ GetOutboundMessageHighWaterMark()
| int CZMQAbstractNotifier::GetOutboundMessageHighWaterMark |
( |
| ) |
const |
|
inline |
◆ GetType()
| std::string CZMQAbstractNotifier::GetType |
( |
| ) |
const |
|
inline |
◆ Initialize()
◆ NotifyBlock()
◆ NotifyBlockConnect()
| bool CZMQAbstractNotifier::NotifyBlockConnect |
( |
const CBlockIndex * | pindex | ) |
|
|
virtual |
◆ NotifyBlockDisconnect()
| bool CZMQAbstractNotifier::NotifyBlockDisconnect |
( |
const CBlockIndex * | pindex | ) |
|
|
virtual |
◆ NotifyTransaction()
| bool CZMQAbstractNotifier::NotifyTransaction |
( |
const CTransaction & | transaction | ) |
|
|
virtual |
◆ NotifyTransactionAcceptance()
◆ NotifyTransactionRemoval()
◆ SetAddress()
| void CZMQAbstractNotifier::SetAddress |
( |
const std::string & | a | ) |
|
|
inline |
◆ SetOutboundMessageHighWaterMark()
| void CZMQAbstractNotifier::SetOutboundMessageHighWaterMark |
( |
const int | sndhwm | ) |
|
|
inline |
◆ SetType()
| void CZMQAbstractNotifier::SetType |
( |
const std::string & | t | ) |
|
|
inline |
◆ Shutdown()
◆ address
| std::string CZMQAbstractNotifier::address |
|
protected |
◆ DEFAULT_ZMQ_SNDHWM
| const int CZMQAbstractNotifier::DEFAULT_ZMQ_SNDHWM {1000} |
|
static |
◆ outbound_message_high_water_mark
◆ psocket
◆ type
| std::string CZMQAbstractNotifier::type |
|
protected |
The documentation for this class was generated from the following files: