Class StateResponseCommand

java.lang.Object
org.infinispan.commands.remote.BaseRpcCommand
org.infinispan.commands.statetransfer.StateResponseCommand
All Implemented Interfaces:
CacheRpcCommand, ReplicableCommand, TopologyAffectedCommand

public class StateResponseCommand extends BaseRpcCommand implements TopologyAffectedCommand
This command is used by a StateProvider to push cache entries to a StateConsumer.
Since:
5.2
Author:
anistor@redhat.com