Class GenericPoller<T>
- java.lang.Object
-
- com.alibaba.nacos.client.naming.utils.GenericPoller<T>
-
-
Constructor Summary
Constructors Constructor Description GenericPoller(List<T> items)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tnext()Get next element selected by pollerPoller<T>refresh(List<T> items)Update items stored in poller
-