Uses of Class
org.apache.camel.model.InterceptSendToEndpointDefinition
Packages that use InterceptSendToEndpointDefinition
-
Uses of InterceptSendToEndpointDefinition in org.apache.camel.builder
Methods in org.apache.camel.builder that return InterceptSendToEndpointDefinitionModifier and TypeMethodDescriptionRouteBuilder.interceptSendToEndpoint(String uri) Applies a route for an interceptor if an exchange is send to the given endpoint -
Uses of InterceptSendToEndpointDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return InterceptSendToEndpointDefinitionModifier and TypeMethodDescriptionAfter sending to the endpoint then send the message to this url which allows to process its result.RouteConfigurationDefinition.interceptSendToEndpoint(String uri) Applies a route for an interceptor if an exchange is send to the given endpointRoutesDefinition.interceptSendToEndpoint(String uri) Creates and adds an interceptor that is triggered when an exchange is send to the given endpointInterceptSendToEndpointDefinition.skipSendToOriginalEndpoint()Skip sending theExchangeto the original intended endpointInterceptSendToEndpointDefinition.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 InterceptSendToEndpointDefinitionModifier and TypeMethodDescriptionRouteConfigurationDefinition.getInterceptSendTos()RoutesDefinition.getInterceptSendTos()Method parameters in org.apache.camel.model with type arguments of type InterceptSendToEndpointDefinitionModifier and TypeMethodDescriptionvoidRouteConfigurationDefinition.setInterceptSendTos(List<InterceptSendToEndpointDefinition> interceptSendTos) voidRoutesDefinition.setInterceptSendTos(List<InterceptSendToEndpointDefinition> interceptSendTos)