public interface PollableChannelManagement extends PollableChannelMetrics
IntegrationManagement.ManagementOverridesMETER_PREFIX, RECEIVE_COUNTER_NAME, SEND_TIMER_NAME| Modifier and Type | Method and Description |
|---|---|
int |
getReceiveCount() |
long |
getReceiveCountLong() |
int |
getReceiveErrorCount() |
long |
getReceiveErrorCountLong() |
default long |
receiveCount() |
default long |
receiveErrorCount() |
isStatsEnabled, setStatsEnableddestroy, getOverrides, isCountsEnabled, isLoggingEnabled, registerMetricsCaptor, reset, setCountsEnabled, setLoggingEnabled@ManagedMetric(metricType=COUNTER,
displayName="MessageChannel Receive Count")
int getReceiveCount()
@ManagedMetric(metricType=COUNTER,
displayName="MessageChannel Receive Count")
long getReceiveCountLong()
default long receiveCount()
receiveCount in interface PollableChannelMetrics@ManagedMetric(metricType=COUNTER,
displayName="MessageChannel Receive Error Count")
int getReceiveErrorCount()
@ManagedMetric(metricType=COUNTER,
displayName="MessageChannel Receive Error Count")
long getReceiveErrorCountLong()
default long receiveErrorCount()
receiveErrorCount in interface PollableChannelMetrics