public interface MetadataService
MetadataService| Modifier and Type | Method and Description |
|---|---|
MetadataResult<MetadataKeysContainer> |
getMetadataKeys(MetadataKeysRequest metadataKeysRequest)
Returns a
MetadataResult of MetadataKeysContainer described by MetadataKeysContainer.getKeys(String)} of the associated
MetadataKeyProvider component identified by the given MetadataKeysRequest. |
MetadataResult<MetadataKeysContainer> getMetadataKeys(MetadataKeysRequest metadataKeysRequest) throws ServiceUnavailableException
MetadataResult of MetadataKeysContainer described by MetadataKeysContainer.getKeys(String)} of the associated
MetadataKeyProvider component identified by the given MetadataKeysRequest.metadataKeysRequest - request to get the MetadataKeysContainerMetadataResult if the keys are successfully resolved Failure MetadataResult if there is an error while resolving the keys.ServiceUnavailableException - if a connection exception happens when trying to connect to Mule Agent REST API.ToolingException - if an unexpected error happens.Copyright © 2019 MuleSoft, Inc.. All rights reserved.