org.apache.camel.api.management.mbean
Interface ManagedConsumerMBean

All Superinterfaces:
ManagedServiceMBean
All Known Subinterfaces:
ManagedSchedulePollConsumerMBean
All Known Implementing Classes:
ManagedConsumer, ManagedScheduledPollConsumer

public interface ManagedConsumerMBean
extends ManagedServiceMBean


Method Summary
 String getEndpointUri()
           
 Integer getInflightExchanges()
           
 
Methods inherited from interface org.apache.camel.api.management.mbean.ManagedServiceMBean
getCamelId, getRouteId, getState, isSupportSuspension, isSuspended, resume, start, stop, suspend
 

Method Detail

getEndpointUri

@ManagedAttribute(description="Endpoint URI")
String getEndpointUri()

getInflightExchanges

@ManagedAttribute(description="Current number of inflight Exchanges")
Integer getInflightExchanges()


Apache CAMEL