Class AbstractVisitor

java.lang.Object
org.infinispan.commands.AbstractVisitor
All Implemented Interfaces:
Visitor
Direct Known Subclasses:
BaseStateTransferInterceptor.LostDataVisitor, ScatteredDistributionInterceptor.PrimaryResponseGenerator, ScatteredDistributionInterceptor.PrimaryResponseHandler

public abstract class AbstractVisitor extends Object implements Visitor
An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
Since:
4.0
Author:
[email protected], Manik Surtani, Galder ZamarreƱo