Package org.kiwiproject.consul.cache
Interface ConsulCache.CallbackConsumer<V>
- Type Parameters:
V- the type of values to be consumed
- 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 TypeMethodDescriptionvoidconsume(BigInteger index, ConsulResponseCallback<List<V>> callback)
-
Method Details
-
consume
-