public class EtcdServiceCallProcessor extends org.apache.camel.impl.remote.DefaultServiceCallProcessor<EtcdServiceCallServer>
ProcessorFactory
that creates the Etcd implementation of the ServiceCall EIP.Constructor and Description |
---|
EtcdServiceCallProcessor(String name,
String scheme,
String uri,
org.apache.camel.ExchangePattern exchangePattern,
EtcdConfiguration conf) |
Modifier and Type | Method and Description |
---|---|
void |
setServerListStrategy(org.apache.camel.spi.ServiceCallServerListStrategy<EtcdServiceCallServer> serverListStrategy) |
chooseServer, doStart, doStop, getCamelContext, getContextPath, getExchangePattern, getId, getLoadBalancer, getName, getProcessor, getScheme, getServerListStrategy, getServiceCallExpression, getTraceLabel, getUri, loadBalancer, process, process, serverListStrategy, serviceCallExpression, setCamelContext, setId, setLoadBalancer, setServiceCallExpression
public EtcdServiceCallProcessor(String name, String scheme, String uri, org.apache.camel.ExchangePattern exchangePattern, EtcdConfiguration conf)
public void setServerListStrategy(org.apache.camel.spi.ServiceCallServerListStrategy<EtcdServiceCallServer> serverListStrategy)
setServerListStrategy
in class org.apache.camel.impl.remote.DefaultServiceCallProcessor<EtcdServiceCallServer>
Apache Camel