public class DataRehashedAdapter<K,V> extends AbstractAdapter<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<K,V>>
DataRehashed
.Listener
,
DataRehashed
Modifier and Type | Field and Description |
---|---|
static org.infinispan.notifications.cachelistener.event.DataRehashedEvent<?,?> |
EMPTY |
static javax.enterprise.util.TypeLiteral<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<?,?>> |
WILDCARD_TYPE
Events which will be selected (including generic type information (
, ?> ). |
Constructor and Description |
---|
DataRehashedAdapter(javax.enterprise.event.Event<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<K,V>> event) |
Modifier and Type | Method and Description |
---|---|
void |
fire(org.infinispan.notifications.cachelistener.event.DataRehashedEvent<K,V> payload) |
public static final org.infinispan.notifications.cachelistener.event.DataRehashedEvent<?,?> EMPTY
public static final javax.enterprise.util.TypeLiteral<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<?,?>> WILDCARD_TYPE
, ?>
).Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.