Interface DrReceiverMxBean

All Known Implementing Classes:
DrReceiverMxBeanImpl

public interface DrReceiverMxBean
MBean that provides access to receiver hub configuration and metrics.
  • Field Details

  • Method Details

    • getTotalBatchesReceived

      int getTotalBatchesReceived()
    • getTotalEntriesReceived

      long getTotalEntriesReceived()
    • getTotalBytesReceived

      long getTotalBytesReceived()
    • getTotalMessageQueueLength

      long getTotalMessageQueueLength()
    • getTotalMessageQueueSizeBytes

      long getTotalMessageQueueSizeBytes()
    • getLocalInboundHost

      String getLocalInboundHost()
    • getLocalInboundPort

      int getLocalInboundPort()
    • getSelectorCount

      int getSelectorCount()
    • getWorkerThreads

      int getWorkerThreads()
    • getWriteTimeout

      long getWriteTimeout()
    • getSocketSendBufferSize

      int getSocketSendBufferSize()
    • getSocketReceiveBufferSize

      int getSocketReceiveBufferSize()
    • isTcpNodelay

      boolean isTcpNodelay()
    • getIdleTimeout

      int getIdleTimeout()
    • getTombstoneTtl

      long getTombstoneTtl()