Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | List of all members
CZMQPublishHashBlockNotifier Class Reference

#include <zmqpublishnotifier.h>

Inheritance diagram for CZMQPublishHashBlockNotifier:
[legend]
Collaboration diagram for CZMQPublishHashBlockNotifier:
[legend]

Public Member Functions

bool NotifyBlock (const CBlockIndex *pindex) override
 
- Public Member Functions inherited from CZMQAbstractPublishNotifier
bool SendZmqMessage (const char *command, const void *data, size_t size)
 
bool Initialize (void *pcontext) override
 
void Shutdown () override
 
- Public Member Functions inherited from CZMQAbstractNotifier
 CZMQAbstractNotifier ()
 
virtual ~CZMQAbstractNotifier ()
 
std::string GetType () const
 
void SetType (const std::string &t)
 
std::string GetAddress () const
 
void SetAddress (const std::string &a)
 
int GetOutboundMessageHighWaterMark () const
 
void SetOutboundMessageHighWaterMark (const int sndhwm)
 
virtual bool NotifyBlockConnect (const CBlockIndex *pindex)
 
virtual bool NotifyBlockDisconnect (const CBlockIndex *pindex)
 
virtual bool NotifyTransactionAcceptance (const CTransaction &transaction, uint64_t mempool_sequence)
 
virtual bool NotifyTransactionRemoval (const CTransaction &transaction, uint64_t mempool_sequence)
 
virtual bool NotifyTransaction (const CTransaction &transaction)
 

Additional Inherited Members

- Static Public Member Functions inherited from CZMQAbstractNotifier
template<typename T >
static std::unique_ptr< CZMQAbstractNotifierCreate ()
 
- Static Public Attributes inherited from CZMQAbstractNotifier
static const int DEFAULT_ZMQ_SNDHWM {1000}
 
- Protected Attributes inherited from CZMQAbstractNotifier
void * psocket
 
std::string type
 
std::string address
 
int outbound_message_high_water_mark
 

Detailed Description

Definition at line 30 of file zmqpublishnotifier.h.

Member Function Documentation

◆ NotifyBlock()

bool CZMQPublishHashBlockNotifier::NotifyBlock ( const CBlockIndex pindex)
overridevirtual

Reimplemented from CZMQAbstractNotifier.

Definition at line 188 of file zmqpublishnotifier.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following files: