| Package | Description |
|---|---|
| org.mule.tooling.client.api.metadata |
| Modifier and Type | Method and Description |
|---|---|
static <T> MetadataResult<T> |
MetadataResult.failure(List<MetadataFailure> failures) |
static <T> MetadataResult<T> |
MetadataResult.failure(MetadataFailure... failures) |
MetadataResult<MetadataKeysContainer> |
MetadataService.getMetadataKeys(MetadataKeysRequest metadataKeysRequest)
Returns a
MetadataResult of MetadataKeysContainer described by MetadataKeysContainer.getKeys(String)} of the associated
MetadataKeyProvider component identified by the given MetadataKeysRequest. |
static <T> MetadataResult<T> |
MetadataResult.success(T payload) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.