public class Metadata extends Object
| Constructor and Description |
|---|
Metadata(String baseUrl,
javax.ws.rs.client.Client client) |
| Modifier and Type | Method and Description |
|---|---|
<T extends org.mule.runtime.api.meta.model.ComponentModel> |
get(boolean verboseErrorsEnabled,
int readTimeout,
boolean reducedType)
GET operation, gets Metadata for the componentId of the application inside a flow.
|
public Metadata(String baseUrl, javax.ws.rs.client.Client client)
public <T extends org.mule.runtime.api.meta.model.ComponentModel> org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor<T>> get(boolean verboseErrorsEnabled,
int readTimeout,
boolean reducedType)
throws ToolingServiceAPIException
verboseErrorsEnabled - flag that defines if it has to be verbose the response in case of errors/failures.readTimeout - read timeout in millisecondsreducedType - if will use the reduced metadata type serialization or the full one.< ComponentMetadataDescriptor > with the response.ToolingServiceAPIException - if there was an error.Copyright © 2019 MuleSoft, Inc.. All rights reserved.