public interface InterceptEndpointFactory
Endpoint which are intercepted.| Modifier and Type | Method and Description |
|---|---|
Endpoint |
createInterceptSendToEndpoint(CamelContext camelContext,
Endpoint endpoint,
boolean skip,
Processor before,
Processor after)
Creates an endpoint when intercepting sending to an endpoint (detour).
|
Endpoint createInterceptSendToEndpoint(CamelContext camelContext, Endpoint endpoint, boolean skip, Processor before, Processor after)
camelContext - the camel contextendpoint - the endpoint to interceptskip - whether to skip sending to the original endpointbefore - the processor to execute before interceptingafter - the processor to execute after interceptedApache Camel