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, setCamelContextbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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