Interface ManagedConsumerMBean
- All Superinterfaces:
ManagedServiceMBean
- All Known Subinterfaces:
ManagedSchedulePollConsumerMBean
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Methods inherited from interface org.apache.camel.api.management.mbean.ManagedServiceMBean
getCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspend
-
Method Details
-
getEndpointUri
-
getInflightExchanges
@ManagedAttribute(description="Current number of inflight Exchanges") Integer getInflightExchanges() -
isHostedService
@ManagedAttribute(description="Whether this consumer hosts a service such as acting as a HTTP server (only available for some components)") boolean isHostedService() -
isRemoteEndpoint
@ManagedAttribute(description="Whether this consumer connects to remote or local systems") boolean isRemoteEndpoint()
-