Cache-specific notifications and eventing.See: Description
| Interface | Description |
|---|---|
| CacheEntryListenerInvocation<K,V> |
Additional listener methods specific to caches.
|
| CacheNotifier<K,V> |
Public interface with all allowed notifications.
|
| QueueingSegmentListener<K,V,E extends Event<K,V>> |
This interface describes methods needed for a segment listener that is used when iterating over the current
events and be able to queue them properly
|
| Class | Description |
|---|---|
| CacheNotifierImpl<K,V> |
Helper class that handles all notifications to registered listeners.
|
| CacheNotifierImpl.BaseCacheEntryListenerInvocation<K,V> | |
| CacheNotifierImpl.ClusteredListenerInvocation<K,V> |
This class is to be used with cluster listener invocations only when they have included current state.
|
Cache-specific notifications and eventing.Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.