Class SchedulerTopologyChangeListener<I,K extends org.wildfly.clustering.cache.Key<I>,V>

java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.SchedulerTopologyChangeListener<I,K,V>
Type Parameters:
I - the identifier type for cache keys
K - the cache key type
V - the cache value type
All Implemented Interfaces:
ListenerRegistrar

public class SchedulerTopologyChangeListener<I,K extends org.wildfly.clustering.cache.Key<I>,V> extends Object implements ListenerRegistrar
Handles cache topology events for a distributed scheduler.
Author:
Paul Ferraro