Uses of Interface
com.alibaba.nacos.client.naming.utils.Poller
-
Packages that use Poller Package Description com.alibaba.nacos.client.naming.utils -
-
Uses of Poller in com.alibaba.nacos.client.naming.utils
Classes in com.alibaba.nacos.client.naming.utils that implement Poller Modifier and Type Class Description classGenericPoller<T>Methods in com.alibaba.nacos.client.naming.utils that return Poller Modifier and Type Method Description Poller<T>GenericPoller. refresh(List<T> items)Poller<T>Poller. refresh(List<T> items)Update items stored in poller
-