Interface ConsulCache.Listener<K,​V>

  • Type Parameters:
    V -
    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​(java.util.Map<K,​V> newValues)  
    • Method Detail

      • notify

        void notify​(java.util.Map<K,​V> newValues)