Class MultiClusterEventCommand<K,V>

java.lang.Object
org.infinispan.commands.remote.BaseRpcCommand
org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCommand<K,V>
All Implemented Interfaces:
org.infinispan.commands.remote.CacheRpcCommand, ReplicableCommand, TracedCommand

public class MultiClusterEventCommand<K,V> extends org.infinispan.commands.remote.BaseRpcCommand
This command is used to send cluster events for multiple listeners on the same node
Since:
10.0
Author:
wburns