org.apache.camel.management.mbean
Class ManagedConsumer

java.lang.Object
  extended by org.apache.camel.management.mbean.ManagedService
      extended by org.apache.camel.management.mbean.ManagedConsumer
All Implemented Interfaces:
ManagedInstance, ManagedConsumerMBean, ManagedServiceMBean
Direct Known Subclasses:
ManagedScheduledPollConsumer

@ManagedResource(description="Managed Consumer")
public class ManagedConsumer
extends ManagedService
implements ManagedConsumerMBean

Version:

Constructor Summary
ManagedConsumer(CamelContext context, Consumer consumer)
           
 
Method Summary
 Consumer getConsumer()
           
 String getEndpointUri()
           
 Integer getInflightExchanges()
           
 
Methods inherited from class org.apache.camel.management.mbean.ManagedService
getCamelId, getContext, getInstance, getRoute, getRouteId, getService, getState, init, isSupportSuspension, isSuspended, resume, setRoute, start, stop, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.camel.api.management.mbean.ManagedServiceMBean
getCamelId, getRouteId, getState, isSupportSuspension, isSuspended, resume, start, stop, suspend
 

Constructor Detail

ManagedConsumer

public ManagedConsumer(CamelContext context,
                       Consumer consumer)
Method Detail

getConsumer

public Consumer getConsumer()

getEndpointUri

public String getEndpointUri()
Specified by:
getEndpointUri in interface ManagedConsumerMBean

getInflightExchanges

public Integer getInflightExchanges()
Specified by:
getInflightExchanges in interface ManagedConsumerMBean


Apache CAMEL