Uses of Interface
org.apache.camel.spi.InterceptStrategy
-
Uses of InterceptStrategy in org.apache.camel
Modifier and TypeMethodDescriptionExtendedCamelContext.getInterceptStrategies()
Gets the interceptor strategiesRoute.getInterceptStrategies()
This method retrieves the InterceptStrategy instances this route context.Modifier and TypeMethodDescriptionvoid
ExtendedCamelContext.addInterceptStrategy
(InterceptStrategy interceptStrategy) Adds the given interceptor strategyModifier and TypeMethodDescriptionvoid
Channel.initChannel
(Route route, NamedNode definition, NamedNode childDefinition, List<InterceptStrategy> interceptors, Processor nextProcessor, NamedRoute routeDefinition, boolean first) Initializes the channel.