Interface ConsulCache.Listener<K,V>

Type Parameters:
K - the type of keys
V - the type of values
Enclosing class:
ConsulCache<K,V>

public static interface ConsulCache.Listener<K,V>
Implementers can register a listener to receive a new map when it changes
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(Map<K,V> newValues)
     
  • Method Details

    • notify

      void notify(Map<K,V> newValues)