Uses of Interface
org.infinispan.functional.Listeners.WriteListeners
-
Uses of Listeners.WriteListeners in org.infinispan.functional
Modifier and TypeInterfaceDescriptionstatic interface
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.Modifier and TypeMethodDescriptionFunctionalMap.WriteOnlyMap.listeners()
Allows to write-only listeners to be registered. -
Uses of Listeners.WriteListeners in org.infinispan.functional.impl