| Package | Description |
|---|---|
| org.infinispan.cdi.event.cache |
This package contains the adapters making the bridge between Infinispan cache events and CDI.
|
| org.infinispan.notifications.cachelistener.cluster | |
| org.infinispan.notifications.cachelistener.event.impl |
| Modifier and Type | Field and Description |
|---|---|
static TransactionCompletedEvent<?,?> |
TransactionCompletedAdapter.EMPTY
Needed for creating event bridge.
|
| Modifier and Type | Field and Description |
|---|---|
static javax.enterprise.util.TypeLiteral<TransactionCompletedEvent<?,?>> |
TransactionCompletedAdapter.WILDCARD_TYPE
Events which will be selected (including generic type information (
, ?>). |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionCompletedAdapter.fire(TransactionCompletedEvent<K,V> payload) |
| Constructor and Description |
|---|
TransactionCompletedAdapter(javax.enterprise.event.Event<TransactionCompletedEvent<K,V>> event) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteClusterListener.transactionCompleted(TransactionCompletedEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventImpl<K,V>
Basic implementation of an event that covers all event types.
|
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.