public abstract class CloudHubConnection extends Object
| Modifier and Type | Field and Description |
|---|---|
Account |
account |
Applications |
applications |
protected org.mule.runtime.http.api.client.HttpClient |
httpClient |
protected static org.slf4j.Logger |
LOGGER |
Notifications |
notifications |
Permissions |
permissions |
| Constructor and Description |
|---|
CloudHubConnection(org.mule.runtime.http.api.client.HttpClient httpClient,
String defaultEnvironment,
String anypointPlatformUrl) |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.http.api.domain.message.request.HttpRequestBuilder |
buildRequest(Consumer<org.mule.runtime.http.api.domain.message.request.HttpRequestBuilder> httpRequestBuilderConsumer,
String endpoint,
org.mule.runtime.http.api.HttpConstants.Method method) |
void |
invalidate() |
abstract CompletableFuture<org.mule.runtime.http.api.domain.message.response.HttpResponse> |
sendRequest(Consumer<org.mule.runtime.http.api.domain.message.request.HttpRequestBuilder> httpRequestBuilderConsumer,
String endpoint,
org.mule.runtime.http.api.HttpConstants.Method method) |
protected static final org.slf4j.Logger LOGGER
protected final org.mule.runtime.http.api.client.HttpClient httpClient
public final Account account
public final Applications applications
public final Permissions permissions
public final Notifications notifications
public void invalidate()
protected org.mule.runtime.http.api.domain.message.request.HttpRequestBuilder buildRequest(Consumer<org.mule.runtime.http.api.domain.message.request.HttpRequestBuilder> httpRequestBuilderConsumer, String endpoint, org.mule.runtime.http.api.HttpConstants.Method method)
public abstract CompletableFuture<org.mule.runtime.http.api.domain.message.response.HttpResponse> sendRequest(Consumer<org.mule.runtime.http.api.domain.message.request.HttpRequestBuilder> httpRequestBuilderConsumer, String endpoint, org.mule.runtime.http.api.HttpConstants.Method method)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.