Uses of Interface
com.orbitz.consul.cache.ConsulCache.Listener
-
Packages that use ConsulCache.Listener Package Description com.orbitz.consul.cache -
-
Uses of ConsulCache.Listener in com.orbitz.consul.cache
Methods in com.orbitz.consul.cache that return types with arguments of type ConsulCache.Listener Modifier and Type Method Description java.util.List<ConsulCache.Listener<K,V>>ConsulCache. getListeners()Methods in com.orbitz.consul.cache with parameters of type ConsulCache.Listener Modifier and Type Method Description booleanConsulCache. addListener(ConsulCache.Listener<K,V> listener)booleanConsulCache. removeListener(ConsulCache.Listener<K,V> listener)
-