Class RemoteClusterActionType<Response extends TransportResponse>

java.lang.Object
org.elasticsearch.action.RemoteClusterActionType<Response>

public final class RemoteClusterActionType<Response extends TransportResponse> extends Object
An action which can be invoked by RemoteClusterClient.execute(org.elasticsearch.action.RemoteClusterActionType<Response>, Request, org.elasticsearch.action.ActionListener<Response>). The implementation must be registered with the transport service.

Typically, every RemoteClusterActionType instance is a global constant (i.e. a public static final field) called REMOTE_TYPE.