public interface PublisherStats
| Modifier and Type | Method and Description |
|---|---|
ProducerAccessMode |
getAccessMode() |
String |
getAddress()
Address of this publisher.
|
double |
getAverageMsgSize()
Average message size published by this publisher.
|
double |
getChunkedMessageRate()
The total rate of chunked messages published by this publisher.
|
String |
getClientVersion()
Client library version.
|
String |
getConnectedSince()
Timestamp of connection.
|
Map<String,String> |
getMetadata()
Metadata (key/value strings) associated with this publisher.
|
double |
getMsgRateIn()
Total rate of messages published by this publisher (msg/s).
|
double |
getMsgThroughputIn()
Total throughput of messages published by this publisher (byte/s).
|
long |
getProducerId()
Id of this publisher.
|
String |
getProducerName()
Producer name.
|
ProducerAccessMode getAccessMode()
double getMsgRateIn()
double getMsgThroughputIn()
double getAverageMsgSize()
double getChunkedMessageRate()
long getProducerId()
String getProducerName()
String getAddress()
String getConnectedSince()
String getClientVersion()
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.