Package org.infinispan.functional
Class Listeners
- java.lang.Object
-
- org.infinispan.functional.Listeners
-
@Experimental public final class Listeners extends Object
Holder class for functional listener definitions.- Since:
- 8.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Listeners.ReadWriteListeners<K,V>
Read-write listeners enable users to register listeners for cache entry created, modified and removed events, and also register listeners for any cache entry write events.static interface
Listeners.WriteListeners<K,V>
Write listeners enable user to register listeners for any cache entry write events that happen in either a read-write or write-only functional map.
-