Class ActionRequest

All Implemented Interfaces:
Writeable, RefCounted, TaskAwareRequest
Direct Known Subclasses:
GetDataStreamSettingsAction.Request, UntypedActionRequest

public abstract class ActionRequest extends TransportRequest
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.