public class DefaultStoreEventDispatcher<K,V>
extends org.ehcache.impl.internal.events.AbstractStoreEventDispatcher<K,V>
StoreEventDispatcher
implementation.Constructor and Description |
---|
DefaultStoreEventDispatcher(int dispatcherConcurrency) |
Modifier and Type | Method and Description |
---|---|
StoreEventSink<K,V> |
eventSink()
Hands over an event sink for recording store events.
|
public DefaultStoreEventDispatcher(int dispatcherConcurrency)
public StoreEventSink<K,V> eventSink()
StoreEventDispatcher