Uses of Class
org.apache.camel.model.InterceptSendToEndpointDefinition
-
Packages that use InterceptSendToEndpointDefinition Package Description org.apache.camel.builder org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of InterceptSendToEndpointDefinition in org.apache.camel.builder
Methods in org.apache.camel.builder that return InterceptSendToEndpointDefinition Modifier and Type Method Description InterceptSendToEndpointDefinition
RouteBuilder. 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 InterceptSendToEndpointDefinition Modifier and Type Method Description InterceptSendToEndpointDefinition
InterceptSendToEndpointDefinition. afterUrl(String url)
After sending to the endpoint then send the message to this url which allows to process its result.InterceptSendToEndpointDefinition
RoutesDefinition. interceptSendToEndpoint(String uri)
Creates and adds an interceptor that is triggered when an exchange is send to the given endpointInterceptSendToEndpointDefinition
InterceptSendToEndpointDefinition. skipSendToOriginalEndpoint()
Skip sending theExchange
to the original intended endpointInterceptSendToEndpointDefinition
InterceptSendToEndpointDefinition. 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 InterceptSendToEndpointDefinition Modifier and Type Method Description List<InterceptSendToEndpointDefinition>
RoutesDefinition. getInterceptSendTos()
Method parameters in org.apache.camel.model with type arguments of type InterceptSendToEndpointDefinition Modifier and Type Method Description void
RoutesDefinition. setInterceptSendTos(List<InterceptSendToEndpointDefinition> interceptSendTos)
-