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 Summary
Modifier and TypeMethodDescriptioninTheContextOf(org.mule.runtime.api.event.Event event) Specifies an event to which this operation is relative to.Methods inherited from interface org.mule.runtime.extension.api.client.params.ComponentParameterizer
reconnectingForever, withConfigRef, withDefaultRepeatableIterables, withDefaultRepeatableStreaming, withFileStoreRepeatableIterables, withFileStoreRepeatableStreaming, withInMemoryRepeatableIterables, withInMemoryRepeatableStreaming, withSimpleReconnectionMethods inherited from interface org.mule.runtime.extension.api.client.params.Parameterizer
withParameter, withParameter
-
Method Details
-
inTheContextOf
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- anEvent- Returns:
thisinstance
-