Module org.mule.sdk.api
Annotation Interface ChainInputResolver
@Target(PARAMETER)
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.7.0")
@DoNotEnforceMinMuleVersion
@Experimental
public @interface ChainInputResolver
Applied to
Chain or Route parameters, allows specifying a ChainInputTypeResolver to provide DataSense
information about the payload and attributes that will enter said chain/route.
NOTE: Experimental feature. Backwards compatibility is not guaranteed.
- Since:
- 0.9.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends ChainInputTypeResolver> value
-