Interface QueueInfoBean
-
- All Known Implementing Classes:
QueueInfoBeanImpl
@ManagedResource(description="Gives an overview of spring-integration queues") public interface QueueInfoBeanMbean wrapper forQueueChannelCopy oforg.springframework.integration.support.management.MessageChannelMetricswith one addiction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBeanName()intgetQueueSize()intgetRemainingCapacity()
-
-
-
Method Detail
-
getBeanName
@ManagedAttribute(description="Overview of beanName", persistPeriod=1) java.lang.String getBeanName()
-
getQueueSize
@ManagedMetric(metricType=GAUGE, displayName="QueueChannel Queue Size") int getQueueSize()
-
getRemainingCapacity
@ManagedMetric(metricType=GAUGE, displayName="QueueChannel Remaining Capacity") int getRemainingCapacity()
-
-