Uses of Interface
org.apache.camel.NamedRoute
Packages that use NamedRoute
Package
Description
The core Camel API.
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 NamedRouteModifier and TypeMethodDescriptionvoid
Channel.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 NamedRouteModifier and TypeMethodDescriptionvoid
Tracer.traceAfterRoute
(NamedRoute route, Exchange exchange) Trace after the route (eg output from route)void
Tracer.traceBeforeRoute
(NamedRoute route, Exchange exchange) Trace before the route (eg input to route)