Uses of Interface
org.infinispan.functional.Listeners.WriteListeners.WriteListener
-
Packages that use Listeners.WriteListeners.WriteListener Package Description org.infinispan.functional Functional API packageorg.infinispan.functional.impl -
-
Uses of Listeners.WriteListeners.WriteListener in org.infinispan.functional
Methods in org.infinispan.functional with parameters of type Listeners.WriteListeners.WriteListener Modifier and Type Method Description AutoCloseableListeners.WriteListeners. add(Listeners.WriteListeners.WriteListener<K,V> l)Add a write-only listener, and return anAutoCloseableinstance that can be used to remove the listener registration. -
Uses of Listeners.WriteListeners.WriteListener in org.infinispan.functional.impl
Methods in org.infinispan.functional.impl with parameters of type Listeners.WriteListeners.WriteListener Modifier and Type Method Description AutoCloseableFunctionalNotifierImpl. add(Listeners.WriteListeners.WriteListener<K,V> l)
-