Uses of Interface
org.apache.camel.component.routebox.RouteboxConsumer

Packages that use RouteboxConsumer
org.apache.camel.component.routebox.direct   
org.apache.camel.component.routebox.seda   
 

Uses of RouteboxConsumer in org.apache.camel.component.routebox.direct
 

Classes in org.apache.camel.component.routebox.direct that implement RouteboxConsumer
 class RouteboxDirectConsumer
           
 

Uses of RouteboxConsumer in org.apache.camel.component.routebox.seda
 

Classes in org.apache.camel.component.routebox.seda that implement RouteboxConsumer
 class RouteboxSedaConsumer
           
 

Methods in org.apache.camel.component.routebox.seda that return types with arguments of type RouteboxConsumer
 Set<RouteboxConsumer> RouteboxSedaEndpoint.getConsumers()
           
 

Methods in org.apache.camel.component.routebox.seda with parameters of type RouteboxConsumer
 void RouteboxSedaEndpoint.onStarted(RouteboxConsumer consumer)
           
 void RouteboxSedaEndpoint.onStopped(RouteboxConsumer consumer)
           
 



Apache Camel