Module org.mule.sdk.api
Annotation Interface PassThroughOutputChainResolver
@Target(METHOD)
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.8.0")
@DoNotEnforceMinMuleVersion
@Experimental
public @interface PassThroughOutputChainResolver
Applied to scope components, specifies to the DataSense engine that the payload and attributes types that will exit the owning
scope component is the same one that originally exited the scope chain.
This can be considered as a shortcut of a OutputTypeResolver that returns the same MessageMetadataType that
exited the scope chain.
NOTE: Experimental feature. Backwards compatibility is not guaranteed.
- Since:
- 0.10.0