V
- the result type of the operation@Experimental public interface ClusterManagementOperation<V extends OperationResult> extends JsonSerializable, Serializable
ClusterManagementService.start(ClusterManagementOperation)
Classes implementing this interface should hold only the parameters for the operation.
Implementations must be registered in the locator using OperationManager.registerOperation.Modifier and Type | Method and Description |
---|---|
String |
getEndpoint()
must match the REST controller's RequestMapping
|
String |
getOperator() |