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