Package one.microstream.cache
Class CacheEventDispatcher.Default<K,V>
java.lang.Object
one.microstream.cache.CacheEventDispatcher.Default<K,V>
- All Implemented Interfaces:
- CacheEventDispatcher<K,V>
- Enclosing interface:
- CacheEventDispatcher<K,V>
public static class CacheEventDispatcher.Default<K,V> extends Object implements CacheEventDispatcher<K,V>
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.cache.CacheEventDispatcherCacheEventDispatcher.Default<K,V>
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier and Type Method Description CacheEventDispatcher<K,V>addEvent(Class<? extends javax.cache.event.CacheEntryListener> listenerClass, CacheEvent<K,V> event)voiddispatch(XIterable<CacheEntryListenerRegistration<K,V>> registrations)
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
addEventpublic CacheEventDispatcher<K,V> addEvent(Class<? extends javax.cache.event.CacheEntryListener> listenerClass, CacheEvent<K,V> event)- Specified by:
- addEventin interface- CacheEventDispatcher<K,V>
 
- 
dispatch- Specified by:
- dispatchin interface- CacheEventDispatcher<K,V>
 
 
-