Uses of Interface
org.apache.camel.spi.InterceptSendToEndpoint
Packages that use InterceptSendToEndpoint
-
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, @Nullable Predicate onWhen, @Nullable Processor before, @Nullable 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, @Nullable Predicate onWhen)