public abstract class ServiceRegistry<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ServiceRegistry(Service service) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRefreshed() |
abstract List<ServiceNode<T>> |
nodeList() |
protected abstract void |
update(List<ServiceNode<T>> nodes) |
void |
updateNodes(List<ServiceNode<T>> nodes) |
protected ServiceRegistry(Service service)
public abstract List<ServiceNode<T>> nodeList()
public void updateNodes(List<ServiceNode<T>> nodes)
public boolean isRefreshed()
protected abstract void update(List<ServiceNode<T>> nodes)
Copyright © 2015–2023. All rights reserved.