public class DefaultEventSourceConfiguration
extends java.lang.Object
implements org.ehcache.core.config.store.StoreEventSourceConfiguration
ServiceConfiguration for a Store.Provider
related to StoreEvents.| Constructor and Description |
|---|
DefaultEventSourceConfiguration(int dispatcherConcurrency)
Creates a new configuration with the provided dispatcher concurrency for ordered events.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDispatcherConcurrency() |
java.lang.Class<org.ehcache.core.spi.store.Store.Provider> |
getServiceType() |
public DefaultEventSourceConfiguration(int dispatcherConcurrency)
dispatcherConcurrency - the dispatcher concurrency for ordered eventspublic int getDispatcherConcurrency()
getDispatcherConcurrency in interface org.ehcache.core.config.store.StoreEventSourceConfigurationpublic java.lang.Class<org.ehcache.core.spi.store.Store.Provider> getServiceType()
getServiceType in interface org.ehcache.spi.service.ServiceConfiguration<org.ehcache.core.spi.store.Store.Provider>