Interface VisitableCommand

All Superinterfaces:
org.infinispan.commands.remote.CacheRpcCommand, ReplicableCommand, TracedCommand, VersionAware
All Known Subinterfaces:
DataCommand, FlagAffectedCommand
All Known Implementing Classes:
org.infinispan.commands.read.AbstractDataCommand, AbstractFlagAffectedCommand, AbstractTopologyAffectedCommand, TouchCommand

public interface VisitableCommand extends org.infinispan.commands.remote.CacheRpcCommand
A type of command that can accept Visitors, such as DDAsyncInterceptor.
Since:
4.0
Author:
Manik Surtani (manik@jboss.org)