Uses of Class
org.apache.camel.model.InterceptDefinition
-
Packages that use InterceptDefinition Package Description org.apache.camel.builder org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of InterceptDefinition in org.apache.camel.builder
Methods in org.apache.camel.builder that return InterceptDefinition Modifier and Type Method Description InterceptDefinitionRouteBuilder. 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.model Modifier and Type Class Description classInterceptFromDefinitionIntercepts incoming messagesMethods in org.apache.camel.model that return InterceptDefinition Modifier and Type Method Description InterceptDefinitionRouteConfigurationDefinition. intercept()Adds a route for an interceptor that intercepts every processing step.InterceptDefinitionRoutesDefinition. intercept()Creates and adds an interceptor that is triggered on every step in the route processing.InterceptDefinitionInterceptDefinition. 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 InterceptDefinition Modifier and Type Method Description List<InterceptDefinition>RouteConfigurationDefinition. getIntercepts()List<InterceptDefinition>RoutesDefinition. getIntercepts()Method parameters in org.apache.camel.model with type arguments of type InterceptDefinition Modifier and Type Method Description voidRouteConfigurationDefinition. setIntercepts(List<InterceptDefinition> intercepts)voidRoutesDefinition. setIntercepts(List<InterceptDefinition> intercepts)
-