EmbeddedCacheManager
-specific listener annotationsSee: Description
Annotation Type | Description |
---|---|
CacheStarted |
This annotation should be used on methods that need to be notified when a cache is started.
|
CacheStopped |
This annotation should be used on methods that need to be notified when a cache is stopped.
|
Merged |
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the
cluster topology experiences a merge event after a cluster split.
|
ViewChanged |
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the
cluster topology changes (i.e., a member joins or leaves the cluster).
|
EmbeddedCacheManager
-specific listener annotationsCopyright © 2021 JBoss by Red Hat. All rights reserved.