Class EnhancedMuleClient
java.lang.Object
com.aeontronix.enhancedmule.tools.emclient.EnhancedMuleClient
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic EnhancedMuleClient.Builderbuilder(CredentialsProvider credentialsProvider) voidclose()com.aeontronix.restclient.RESTClientHostcom.aeontronix.restclient.RESTClient
-
Field Details
-
EM_CLOUD_SERVER_URL
- See Also:
-
DEFAULT_ANYPOINT_URL
- See Also:
-
-
Method Details
-
getRestClient
public com.aeontronix.restclient.RESTClient getRestClient() -
getAnypointRestClient
public com.aeontronix.restclient.RESTClientHost getAnypointRestClient() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
getLegacyAnypointClient
- Throws:
IOException
-
getAnypointPlatformUrl
-
getExchangeMavenUrl
-
getExchangeMavenBaseUrl
-
getAnypointBearerToken
- Throws:
IOException
-
builder
-