Interface OperationParameters

All Known Implementing Classes:
DefaultOperationParameters

@MinMuleVersion("4.1") @NoImplement @Deprecated public interface OperationParameters
Deprecated.
A simple interface for parameters that aims to be used to execute an extension operation using the ExtensionsClient.
Since:
1.0
  • Method Details

    • getConfigName

      Optional<String> getConfigName()
      Deprecated.
      Returns:
      an Optional with 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

      Map<String,Object> get()
      Deprecated.
      Returns:
      a Map with all the parameters required to execute an extension operation. If no parameters are required then an empty Map should be returned.

      The config name parameter should NOT be on this parameters.