Interface QueueInfoBean
- All Known Implementing Classes:
QueueInfoBeanImpl
@ManagedResource(description="Gives an overview of spring-integration queues")
public interface QueueInfoBean
Mbean wrapper for
QueueChannel
Copy of org.springframework.integration.support.management.MessageChannelMetrics with one addiction-
Method Summary
Modifier and TypeMethodDescriptionintint
-
Method Details
-
getBeanName
-
getQueueSize
@ManagedMetric(metricType=GAUGE, displayName="QueueChannel Queue Size") int getQueueSize() -
getRemainingCapacity
@ManagedMetric(metricType=GAUGE, displayName="QueueChannel Remaining Capacity") int getRemainingCapacity()
-