Package | Description |
---|---|
org.infinispan.notifications.cachelistener |
Cache -specific notifications and eventing. |
org.infinispan.notifications.cachelistener.cluster |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheNotifier<K,V>
Public interface with all allowed notifications.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheNotifierImpl<K,V>
Helper class that handles all notifications to registered listeners.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClusterCacheNotifier<K,V>
This interface describes methods required for a cluster listener to be able to be bootstrapped and properly notified
when a new event has been raised from the cluster.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.