Package io.quarkus.amazon.common.runtime
Interface AsyncHttpClientConfig.Advanced
- Enclosing interface:
- AsyncHttpClientConfig
public static interface AsyncHttpClientConfig.Advanced
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the default thread pool should be used to complete the futures returned from the HTTP client request.
-
Method Details
-
useFutureCompletionThreadPool
@WithDefault("true") boolean useFutureCompletionThreadPool()Whether the default thread pool should be used to complete the futures returned from the HTTP client request.When disabled, futures will be completed on the Netty event loop thread.
-