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, overrideConfiguration
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
credentialsProvider, endpoint, overrideConfiguration
public ImmutableAsyncClientConfiguration(AsyncClientConfiguration configuration)
public ScheduledExecutorService asyncExecutorService()
AsyncClientConfiguration
asyncExecutorService
in interface AsyncClientConfiguration
public SdkAsyncHttpClient asyncHttpClient()
asyncHttpClient
in interface AsyncClientConfiguration
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.