Class ActionRequest

All Implemented Interfaces:
Writeable, RefCounted, TaskAwareRequest, TransportRequest
Direct Known Subclasses:
UntypedActionRequest

public abstract class ActionRequest extends AbstractTransportRequest
In due course we intend to make ActionRequest strongly-typed in its ActionResponse type, and then to migrate each UntypedActionRequest instances to the new typed world. Until the strongly-typed ActionRequest is available, please continue to use UntypedActionRequest for all new request types.