protected static class CacheNotifierImpl.ClusteredListenerInvocation<K,V> extends CacheNotifierImpl.BaseCacheEntryListenerInvocation<K,V>
annotation, clustered, converter, filter, filterAndConvert, identifier, invocation, observation, onlyPrimary, sync
Constructor and Description |
---|
ClusteredListenerInvocation(ListenerInvocation<Event<K,V>> invocation,
QueueingSegmentListener<K,V,CacheEntryEvent<K,V>> handler,
CacheEventFilter<? super K,? super V> filter,
CacheEventConverter<? super K,? super V,?> converter,
Class<? extends Annotation> annotation,
boolean onlyPrimary,
UUID identifier,
boolean sync,
Listener.Observation observation) |
Modifier and Type | Method and Description |
---|---|
protected void |
doRealInvocation(Event<K,V> event) |
void |
invoke(Event<K,V> event)
Invokes the event
|
convertValue, getAnnotation, getConverter, getFilter, getIdentifier, getObservation, getTarget, invoke, invokeNoChecks, isClustered, isSync, shouldInvoke, shouldInvoke
public ClusteredListenerInvocation(ListenerInvocation<Event<K,V>> invocation, QueueingSegmentListener<K,V,CacheEntryEvent<K,V>> handler, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,?> converter, Class<? extends Annotation> annotation, boolean onlyPrimary, UUID identifier, boolean sync, Listener.Observation observation)
public void invoke(Event<K,V> event)
ListenerInvocation
invoke
in interface ListenerInvocation<Event<K,V>>
invoke
in class CacheNotifierImpl.BaseCacheEntryListenerInvocation<K,V>
protected void doRealInvocation(Event<K,V> event)
doRealInvocation
in class CacheNotifierImpl.BaseCacheEntryListenerInvocation<K,V>
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.