| Package | Description |
|---|---|
| org.infinispan.notifications.cachemanagerlistener |
CacheManager-specific notifications and eventing. |
| org.infinispan.notifications.cachemanagerlistener.event |
EmbeddedCacheManager-specific listener events |
| org.infinispan.notifications.cachemanagerlistener.event.impl |
| Modifier and Type | Method and Description |
|---|---|
ListenerInvocation<Event> |
CacheManagerNotifierImpl.DefaultBuilder.build() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CacheStartedEvent
This event is passed in to any method annotated with
CacheStarted. |
interface |
CacheStoppedEvent
This event is passed in to any method annotated with
CacheStopped. |
interface |
MergeEvent
This event is passed in to any method annotated with
Merged. |
interface |
ViewChangedEvent
This event is passed in to any method annotated with
ViewChanged. |
| Modifier and Type | Class and Description |
|---|---|
class |
EventImpl
Implementation of cache manager events
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.