Interface ManagedConsumerMBean
-
- All Superinterfaces:
ManagedServiceMBean
- All Known Subinterfaces:
ManagedSchedulePollConsumerMBean
public interface ManagedConsumerMBean extends ManagedServiceMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEndpointUri()
Integer
getInflightExchanges()
-
Methods inherited from interface org.apache.camel.api.management.mbean.ManagedServiceMBean
getCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspend
-
-
-
-
Method Detail
-
getEndpointUri
@ManagedAttribute(description="Endpoint URI", mask=true) String getEndpointUri()
-
getInflightExchanges
@ManagedAttribute(description="Current number of inflight Exchanges") Integer getInflightExchanges()
-
-