Module org.mule.sdk.api
Annotation Interface PassThroughInputChainResolver
@Target(PARAMETER)
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.7.0")
@DoNotEnforceMinMuleVersion
@Experimental
public @interface PassThroughInputChainResolver
Applied to
Chain or Route parameters, specifies to the DataSense engine that the payload and attributes types
that will enter the chain/scope are the same ones that originally entered the owning scope/router component.
This can be considered as a shortcut of a ChainInputTypeResolver that returns the same MessageMetadataType that
entered the component.
NOTE: Experimental feature. Backwards compatibility is not guaranteed.
- Since:
- 0.9.0