Uses of Interface
org.apache.camel.spi.InterceptStrategy
Packages that use InterceptStrategy
-
Uses of InterceptStrategy in org.apache.camel
Methods in org.apache.camel that return types with arguments of type InterceptStrategyModifier and TypeMethodDescriptionExtendedCamelContext.getInterceptStrategies()
Gets the interceptor strategiesRoute.getInterceptStrategies()
This method retrieves the InterceptStrategy instances this route context.Methods in org.apache.camel with parameters of type InterceptStrategyModifier and TypeMethodDescriptionvoid
ExtendedCamelContext.addInterceptStrategy
(InterceptStrategy interceptStrategy) Adds the given interceptor strategyMethod parameters in org.apache.camel with type arguments of type InterceptStrategyModifier and TypeMethodDescriptionvoid
Channel.initChannel
(Route route, NamedNode definition, NamedNode childDefinition, List<InterceptStrategy> interceptors, Processor nextProcessor, NamedRoute routeDefinition, boolean first) Initializes the channel.