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