public final class ImmutableAsyncClientConfiguration extends ImmutableClientConfiguration implements AsyncClientConfiguration
AsyncClientConfiguration that is guaranteed to be immutable and thread-safe.| Constructor and Description |
|---|
ImmutableAsyncClientConfiguration(AsyncClientConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
ScheduledExecutorService |
asyncExecutorService()
The scheduled executor service that should be used to queue up tasks like retry attempts.
|
SdkAsyncHttpClient |
asyncHttpClient() |
credentialsProvider, endpoint, overrideConfigurationequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcredentialsProvider, endpoint, overrideConfigurationpublic ImmutableAsyncClientConfiguration(AsyncClientConfiguration configuration)
public ScheduledExecutorService asyncExecutorService()
AsyncClientConfigurationasyncExecutorService in interface AsyncClientConfigurationpublic SdkAsyncHttpClient asyncHttpClient()
asyncHttpClient in interface AsyncClientConfigurationCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.