public class Keys extends Object
| Constructor and Description |
|---|
Keys(String baseUrl,
javax.ws.rs.client.Client client) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.MetadataKeysContainer> |
get(boolean verboseErrorsEnabled,
int readTimeout)
GET operation, gets Metadata Keys for the componentId of the application.
|
public Keys(String baseUrl, javax.ws.rs.client.Client client)
public org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.MetadataKeysContainer> get(boolean verboseErrorsEnabled,
int readTimeout)
throws ToolingAgentHandlerException
verboseErrorsEnabled - flag that defines if it has to be verbose the response in case of errors/failures.readTimeout - read timeout in millisecondsMetadataResult with the response.ToolingAgentHandlerException - if there was an error.Copyright © 2022 MuleSoft, Inc.. All rights reserved.