public abstract class AbstractZookeeperServiceRegistry<T> extends ServiceRegistry<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractZookeeperServiceRegistry(Service service,
Deserializer<T> deserializer,
int refreshIntervalMillis,
boolean disableWatchers) |
| Modifier and Type | Method and Description |
|---|---|
void |
start() |
void |
stop() |
getDeserializer, getService, nodesprotected AbstractZookeeperServiceRegistry(Service service, Deserializer<T> deserializer, int refreshIntervalMillis, boolean disableWatchers)
public void start()
throws Exception
start in class ServiceRegistry<T>Exceptionpublic void stop()
throws Exception
stop in class ServiceRegistry<T>ExceptionCopyright © 2021. All rights reserved.