public abstract class CacheManagerPeerListenerFactory extends Object
This enables listener plugins.
| Constructor and Description |
|---|
CacheManagerPeerListenerFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract CacheManagerPeerListener |
createCachePeerListener(CacheManager cacheManager,
Properties properties)
Creates a peer provider.
|
public abstract CacheManagerPeerListener createCachePeerListener(CacheManager cacheManager, Properties properties)
cacheManager - the CacheManager instance connected to this peer providerproperties - implementation specific properties. These are configured as comma
separated name value pairs in ehcache.xmlCopyright 2001-2021, Terracotta, Inc.