public interface QueueInfoBean
org.springframework.integration.channel.QueueChannel
Copy of org.springframework.integration.support.management.MessageChannelMetrics with one addiction| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanName() |
Statistics |
getErrorRate() |
double |
getMaxSendDuration() |
double |
getMeanErrorRate() |
double |
getMeanErrorRatio() |
double |
getMeanSendDuration() |
double |
getMeanSendRate() |
double |
getMinSendDuration() |
int |
getQueueSize() |
int |
getRemainingCapacity() |
long |
getSendCountLong() |
Statistics |
getSendDuration() |
int |
getSendErrorCount() |
long |
getSendErrorCountLong() |
Statistics |
getSendRate() |
double |
getStandardDeviationSendDuration() |
double |
getTimeSinceLastSend() |
java.lang.String getBeanName()
int getQueueSize()
int getRemainingCapacity()
long getSendCountLong()
int getSendErrorCount()
long getSendErrorCountLong()
double getTimeSinceLastSend()
double getMeanSendRate()
double getMeanErrorRate()
double getMeanErrorRatio()
double getMeanSendDuration()
double getMinSendDuration()
double getMaxSendDuration()
double getStandardDeviationSendDuration()
Statistics getSendDuration()
Statistics getSendRate()
Statistics getErrorRate()
Copyright © 2018 SAP SE. All Rights Reserved.