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

Packages that use RouteboxProducer
org.apache.camel.component.routebox.seda   
 

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

Classes in org.apache.camel.component.routebox.seda that implement RouteboxProducer
 class RouteboxSedaProducer
           
 

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

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



Apache Camel