Interface OperationParameters
- All Known Implementing Classes:
DefaultOperationParameters
Deprecated.
A simple interface for parameters that aims to be used to execute an extension operation using the
ExtensionsClient.- Since:
- 1.0
-
Method Summary
-
Method Details
-
getConfigName
Deprecated.- Returns:
- an
Optionalwith the name of the config used to execute the operation,Optional.empty()in the case that no config name was provided for config-less operations.
-
get
Deprecated.
-
ExtensionsClient.execute(String, String, Consumer)instead