Uses of Interface
org.apache.camel.spi.InterceptSendToEndpoint
Packages that use InterceptSendToEndpoint
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of InterceptSendToEndpoint in org.apache.camel.spi
Methods in org.apache.camel.spi that return InterceptSendToEndpointModifier and TypeMethodDescriptionInterceptEndpointFactory.createInterceptSendToEndpoint(CamelContext camelContext, Endpoint endpoint, boolean skip, Predicate onWhen, Processor before, Processor after) Creates an endpoint when intercepting sending to an endpoint (detour).Methods in org.apache.camel.spi with parameters of type InterceptSendToEndpointModifier and TypeMethodDescriptionInternalProcessorFactory.createInterceptSendToEndpointProcessor(InterceptSendToEndpoint endpoint, Endpoint delegate, AsyncProducer producer, boolean skip, Predicate onWhen)