Package org.apache.camel.spi
Interface EndpointStrategy
-
public interface EndpointStrategyEndpoint strategy with callback invoked when anEndpointis about to be registered to the endpoint registry inCamelContext. This callback allows you to intervene and return a mixed inEndpoint. The InterceptSendToEndpointDefinition uses this to allow it to proxy endpoints so it can intercept sending to the given endpoint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointregisterEndpoint(String uri, Endpoint endpoint)Register the endpoint.
-