Interface ConsulCache.CallbackConsumer<V>

  • Type Parameters:
    V -
    Enclosing class:
    ConsulCache<K,​V>

    protected static interface ConsulCache.CallbackConsumer<V>
    passed in by creators to vary the content of the cached values
    • Method Summary

      Modifier and Type Method Description
      void consume​(java.math.BigInteger index, ConsulResponseCallback<java.util.List<V>> callback)