Class DefaultOperationParameters
java.lang.Object
org.mule.runtime.extension.api.client.DefaultOperationParameters
- All Implemented Interfaces:
OperationParameters
@MinMuleVersion("4.1")
public class DefaultOperationParameters
extends Object
implements OperationParameters
Default
OperationParameters implementation, works as a generic OperationParameters for every extension
operation.- Since:
- 1.0
-
Method Details
-
builder
- Returns:
- a new build
DefaultOperationParametersBuilderinstance to create aOperationParametersinstance.
-
getConfigName
- Specified by:
getConfigNamein interfaceOperationParameters- 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
- Specified by:
getin interfaceOperationParameters- Returns:
- a
Mapwith all the parameters required to execute an extension operation. If no parameters are required then an emptyMapshould be returned.The config name parameter should NOT be on this parameters.
-