public interface PollableChannelManagement extends MessageChannelMetrics
IntegrationManagement.ManagementOverridesMETER_PREFIX, RECEIVE_COUNTER_NAME, SEND_TIMER_NAME| Modifier and Type | Method and Description |
|---|---|
int |
getReceiveCount() |
long |
getReceiveCountLong() |
int |
getReceiveErrorCount() |
long |
getReceiveErrorCountLong() |
getErrorRate, getMaxSendDuration, getMeanErrorRate, getMeanErrorRatio, getMeanSendDuration, getMeanSendRate, getMinSendDuration, getSendCount, getSendCountLong, getSendDuration, getSendErrorCount, getSendErrorCountLong, getSendRate, getStandardDeviationSendDuration, getTimeSinceLastSendisStatsEnabled, setStatsEnabledgetOverrides, isCountsEnabled, isLoggingEnabled, registerMetricsCaptor, reset, setCountsEnabled, setLoggingEnableddestroy@ManagedMetric(metricType=COUNTER, displayName="MessageChannel Receive Count") int getReceiveCount()
@ManagedMetric(metricType=COUNTER, displayName="MessageChannel Receive Count") long getReceiveCountLong()
@ManagedMetric(metricType=COUNTER, displayName="MessageChannel Receive Error Count") int getReceiveErrorCount()
@ManagedMetric(metricType=COUNTER, displayName="MessageChannel Receive Error Count") long getReceiveErrorCountLong()