Interface OperationParameterizer

All Superinterfaces:
ComponentParameterizer<OperationParameterizer>, Parameterizer<OperationParameterizer>

@MinMuleVersion("4.5.0") public interface OperationParameterizer extends ComponentParameterizer<OperationParameterizer>
Parameterizes an operation execution performed through the ExtensionsClient
Since:
1.5.0
  • Method Details

    • inTheContextOf

      OperationParameterizer inTheContextOf(org.mule.runtime.api.event.Event event)
      Specifies an event to which this operation is relative to. This means that parameters assigned with expression values, or managed streams returned will be associated to this event. If not specified, a temporary event will be generated for the execution and discarded immediately after.
      Parameters:
      event - an Event
      Returns:
      this instance