Uses of Class
org.apache.camel.model.InterceptDefinition
Packages that use InterceptDefinition
-
Uses of InterceptDefinition in org.apache.camel.builder
Methods in org.apache.camel.builder that return InterceptDefinitionModifier and TypeMethodDescriptionRouteBuilder.intercept()Adds a route for an interceptor that intercepts every processing step. -
Uses of InterceptDefinition in org.apache.camel.model
Subclasses of InterceptDefinition in org.apache.camel.modelMethods in org.apache.camel.model that return InterceptDefinitionModifier and TypeMethodDescriptionRouteConfigurationDefinition.intercept()Adds a route for an interceptor that intercepts every processing step.RoutesDefinition.intercept()Creates and adds an interceptor that is triggered on every step in the route processing.InterceptDefinition.when(org.apache.camel.Predicate predicate) Applies this interceptor only if the given predicate is trueMethods in org.apache.camel.model that return types with arguments of type InterceptDefinitionModifier and TypeMethodDescriptionRouteConfigurationDefinition.getIntercepts()RoutesDefinition.getIntercepts()Method parameters in org.apache.camel.model with type arguments of type InterceptDefinitionModifier and TypeMethodDescriptionvoidRouteConfigurationDefinition.setIntercepts(List<InterceptDefinition> intercepts) voidRoutesDefinition.setIntercepts(List<InterceptDefinition> intercepts)