Uses of Interface
org.apache.camel.spi.EndpointStrategy
-
Packages that use EndpointStrategy Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of EndpointStrategy in org.apache.camel
Methods in org.apache.camel with parameters of type EndpointStrategy Modifier and Type Method Description voidExtendedCamelContext. registerEndpointCallback(EndpointStrategy strategy)Registers acallbackto allow you to do custom logic when anEndpointis about to be registered to theEndpointRegistry. -
Uses of EndpointStrategy in org.apache.camel.spi
Methods in org.apache.camel.spi that return EndpointStrategy Modifier and Type Method Description EndpointStrategyMockSendToEndpointStrategyFactory. mock(String pattern, boolean skip)Mock sending to endpoint
-