public class ZooKeeperServiceDiscovery
extends org.apache.camel.impl.cloud.DefaultServiceDiscovery
| Modifier and Type | Class and Description |
|---|---|
static class |
ZooKeeperServiceDiscovery.MetaData |
| Constructor and Description |
|---|
ZooKeeperServiceDiscovery(ZooKeeperCuratorConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
List<org.apache.camel.cloud.ServiceDefinition> |
getServices(String name) |
getCamelContext, setCamelContextpublic ZooKeeperServiceDiscovery(ZooKeeperCuratorConfiguration configuration)
protected void doStart()
throws Exception
doStart in class org.apache.camel.impl.cloud.DefaultServiceDiscoveryExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.impl.cloud.DefaultServiceDiscoveryExceptionApache Camel