public class ToolingServiceAPIClient extends Object
| Modifier and Type | Method and Description |
|---|---|
static ToolingServiceAPIClient |
create(String baseUrl,
int defaultConnectTimeout,
int defaultReadTimeout,
Optional<SSLContext> sslContext)
Factory method that creates the REST client.
|
public final Tooling tooling
public static ToolingServiceAPIClient create(String baseUrl, int defaultConnectTimeout, int defaultReadTimeout, Optional<SSLContext> sslContext)
baseUrl - base URL for the service. Must not be null.defaultConnectTimeout - default connection timeout for REST client.defaultReadTimeout - default read timeout for REST client.sslContext - ssl configuration for the REST client.ToolingServiceAPIClient to access REST operations.Copyright © 2019 MuleSoft, Inc.. All rights reserved.