Class LocalHistoryRequest<T extends LocalHistoryRequest<T>>

Type Parameters:
T - Message type
All Implemented Interfaces:
Serializable, Immutable
Direct Known Subclasses:
CreateLocalHistoryRequest, DestroyLocalHistoryRequest, PurgeLocalHistoryRequest

@Beta public abstract class LocalHistoryRequest<T extends LocalHistoryRequest<T>> extends Request<LocalHistoryIdentifier,T>
Abstract base class for Requests involving specific local history. This class is visible outside of this package solely for the ability to perform a unified instanceof check.
Author:
Robert Varga
See Also: