Uses of Interface
org.apache.camel.NamedRoute
Packages that use NamedRoute
-
Uses of NamedRoute in org.apache.camel
Methods in org.apache.camel that return types with arguments of type NamedRouteModifier and TypeMethodDescriptionCamelContext.getNamedRouteDefinitions()Gets a light-weight API for the route model definitions.Methods in org.apache.camel with parameters of type NamedRouteModifier and TypeMethodDescriptionvoidChannel.initChannel(Route route, NamedNode definition, @Nullable NamedNode childDefinition, List<InterceptStrategy> interceptors, Processor nextProcessor, @Nullable 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 TypeMethodDescriptionvoidInternalProcessor.addRouteLifecycleAdvice(CamelContext camelContext, Route route, NamedRoute node) Add advice for setting upUnitOfWorkwith the lifecycle of the route.voidTracer.traceAfterRoute(NamedRoute route, Exchange exchange) Trace after the route (eg output from route)voidTracer.traceBeforeRoute(NamedRoute route, Exchange exchange) Trace before the route (eg input to route)