Uses of Interface
org.apache.camel.NamedRoute
-
Packages that use NamedRoute Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of NamedRoute in org.apache.camel
Methods in org.apache.camel with parameters of type NamedRoute Modifier and Type Method Description voidChannel. initChannel(Route route, NamedNode definition, NamedNode childDefinition, List<InterceptStrategy> interceptors, Processor nextProcessor, NamedRoute routeDefinition, boolean first)Initializes the channel. -
Uses of NamedRoute in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type NamedRoute Modifier and Type Method Description voidTracer. traceBeforeRoute(NamedRoute route, Exchange exchange)Trace before the route (eg input to route)
-