Uses of Class
org.apache.camel.model.InterceptFromDefinition
Packages that use InterceptFromDefinition
-
Uses of InterceptFromDefinition in org.apache.camel.builder
Methods in org.apache.camel.builder that return InterceptFromDefinitionModifier and TypeMethodDescriptionRouteBuilder.interceptFrom()Adds a route for an interceptor that intercepts incoming messages on any inputs in this routeRouteBuilder.interceptFrom(String uri) Adds a route for an interceptor that intercepts incoming messages on the given endpoint. -
Uses of InterceptFromDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return InterceptFromDefinitionModifier and TypeMethodDescriptionRouteConfigurationDefinition.interceptFrom()Adds a route for an interceptor that intercepts incoming messages on any inputs in this routeRouteConfigurationDefinition.interceptFrom(String uri) Adds a route for an interceptor that intercepts incoming messages on the given endpoint.RoutesDefinition.interceptFrom()Creates and adds an interceptor that is triggered when an exchange is received as input to any routes (eg from all the from)RoutesDefinition.interceptFrom(String uri) Creates and adds an interceptor that is triggered when an exchange is received as input to the route defined with the given endpoint (eg from the from)Methods in org.apache.camel.model that return types with arguments of type InterceptFromDefinitionModifier and TypeMethodDescriptionRouteConfigurationDefinition.getInterceptFroms()RoutesDefinition.getInterceptFroms()Method parameters in org.apache.camel.model with type arguments of type InterceptFromDefinitionModifier and TypeMethodDescriptionvoidRouteConfigurationDefinition.setInterceptFroms(List<InterceptFromDefinition> interceptFroms) voidRoutesDefinition.setInterceptFroms(List<InterceptFromDefinition> interceptFroms)