Interface VisitableCommand

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

public interface VisitableCommand extends ReplicableCommand
A type of command that can accept Visitors, such as DDAsyncInterceptor.
Since:
4.0
Author:
Manik Surtani (manik@jboss.org)
  • Method Details