| Package | Description |
|---|---|
| org.mule.runtime.api.metadata.descriptor.builder |
| Modifier and Type | Method and Description |
|---|---|
static OutputMetadataDescriptorBuilder |
MetadataDescriptorBuilder.outputDescriptor() |
OutputMetadataDescriptorBuilder |
OutputMetadataDescriptorBuilder.withAttributesType(MetadataResult<TypeMetadataDescriptor> attributesTypeResult)
Adds a
MetadataResult of TypeMetadataDescriptor that describes the
he output MuleMessage.getAttributes() MetadataType. |
OutputMetadataDescriptorBuilder |
OutputMetadataDescriptorBuilder.withAttributesType(org.mule.metadata.api.model.MetadataType attributesType)
Describes that the output
MuleMessage.getAttributes() MetadataType
of the component will be |
OutputMetadataDescriptorBuilder |
OutputMetadataDescriptorBuilder.withReturnType(MetadataResult<TypeMetadataDescriptor> returnTypeResult)
Adds a
MetadataResult of TypeMetadataDescriptor that describes the
return type of the component. |
OutputMetadataDescriptorBuilder |
OutputMetadataDescriptorBuilder.withReturnType(org.mule.metadata.api.model.MetadataType returnType)
Describes that the return type of the component will be of
MetadataType |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.