#include <zmqabstractnotifier.h>
Definition at line 19 of file zmqabstractnotifier.h.
 
◆ CZMQAbstractNotifier()
  
  
      
        
          | CZMQAbstractNotifier::CZMQAbstractNotifier  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ~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()
  
  
      
        
          | virtual bool CZMQAbstractNotifier::Initialize  | 
          ( | 
          void *  | 
          pcontext | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ NotifyBlock()
  
  
      
        
          | bool CZMQAbstractNotifier::NotifyBlock  | 
          ( | 
          const CBlockIndex *  | 
          pindex | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ 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()
  
  
      
        
          | bool CZMQAbstractNotifier::NotifyTransactionAcceptance  | 
          ( | 
          const CTransaction &  | 
          transaction,  | 
         
        
           | 
           | 
          uint64_t  | 
          mempool_sequence  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
◆ NotifyTransactionRemoval()
  
  
      
        
          | bool CZMQAbstractNotifier::NotifyTransactionRemoval  | 
          ( | 
          const CTransaction &  | 
          transaction,  | 
         
        
           | 
           | 
          uint64_t  | 
          mempool_sequence  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
◆ 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()
  
  
      
        
          | virtual void CZMQAbstractNotifier::Shutdown  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ address
  
  
      
        
          | std::string CZMQAbstractNotifier::address | 
         
       
   | 
  
protected   | 
  
 
 
◆ DEFAULT_ZMQ_SNDHWM
  
  
      
        
          | const int CZMQAbstractNotifier::DEFAULT_ZMQ_SNDHWM {1000} | 
         
       
   | 
  
static   | 
  
 
 
◆ outbound_message_high_water_mark
  
  
      
        
          | int CZMQAbstractNotifier::outbound_message_high_water_mark | 
         
       
   | 
  
protected   | 
  
 
 
◆ psocket
  
  
      
        
          | void* CZMQAbstractNotifier::psocket {nullptr} | 
         
       
   | 
  
protected   | 
  
 
 
◆ type
  
  
      
        
          | std::string CZMQAbstractNotifier::type | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following files: