| Package | Description |
|---|---|
| org.mule.tooling.client.api.configuration.agent |
| Modifier and Type | Method and Description |
|---|---|
static AgentConfiguration.Builder |
AgentConfiguration.builder() |
AgentConfiguration.Builder |
AgentConfiguration.Builder.withAuthorizationToken(String authorizationToken)
Sets the authorization token required to safely communicate with the Runtime's agent.
|
AgentConfiguration.Builder |
AgentConfiguration.Builder.withDefaultConnectionTimeout(long defaultConnectionTimeout)
Sets the default connection timeout in milliseconds for the REST client.
|
AgentConfiguration.Builder |
AgentConfiguration.Builder.withDefaultReadTimeout(long defaultReadTimeout)
Sets the default read timeout in milliseconds for the REST client.
|
AgentConfiguration.Builder |
AgentConfiguration.Builder.withMuleVersion(String muleVersion)
Sets the Mule version where the Agent is hosted.
|
AgentConfiguration.Builder |
AgentConfiguration.Builder.withProxyConfig(ProxyConfig proxyConfig)
Sets the ProxyConfig
|
AgentConfiguration.Builder |
AgentConfiguration.Builder.withSslConfiguration(SslConfiguration sslConfiguration)
Sets the SSLContext
|
AgentConfiguration.Builder |
AgentConfiguration.Builder.withToolingApiUrl(URL toolingApiUrl)
Sets the
URL for the remote REST tooling service used by ToolingRuntimeClient. |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.