Module org.mule.sdk.api
Package org.mule.sdk.api.runtime.parameter
package org.mule.sdk.api.runtime.parameter
-
ClassDescriptionProvides message correlation information.Describes the possible placements a parameter can have inside a HTTP requestLiteral<T>A parameter type which allows to get values as they were provided in the DSL, preventing the runtime from resolving expressions or applying any transformations.Lists the possible strategies to determine the correlation id that should be sent on an outbound operation which supports correlation.A parameter type that gives the capability of: Get the configured expression: With
ParameterResolver.getExpression()returns the possible expression used to resolve the parameter value Differ the resolution: UsingParameterResolver.resolve()resolves the parameter value of typeParameterResolver