Package io.quarkus.amazon.common.runtime
Class AmazonClientNettyTransportRecorder
java.lang.Object
io.quarkus.amazon.common.runtime.AbstractAmazonClientTransportRecorder
io.quarkus.amazon.common.runtime.AmazonClientNettyTransportRecorder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<software.amazon.awssdk.http.async.SdkAsyncHttpClient.Builder>configureAsync(String clientName, io.quarkus.runtime.RuntimeValue<AsyncHttpClientConfig> asyncConfigRuntime) io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.http.async.SdkAsyncHttpClient.Builder>configureNettyAsync(io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.http.async.SdkAsyncHttpClient.Builder> builderRuntime, Supplier<io.netty.channel.EventLoopGroup> eventLoopSupplier, io.quarkus.runtime.RuntimeValue<AsyncHttpClientConfig> asyncConfigRuntime) Methods inherited from class io.quarkus.amazon.common.runtime.AbstractAmazonClientTransportRecorder
configureSync, getTlsKeyManagersProvider, getTlsTrustManagersProvider, validateFileStore, validateProxyEndpoint, validateTlsKeyManagersProvider, validateTlsTrustManagersProvider
-
Constructor Details
-
AmazonClientNettyTransportRecorder
public AmazonClientNettyTransportRecorder()
-
-
Method Details
-
configureAsync
public io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.http.async.SdkAsyncHttpClient.Builder> configureAsync(String clientName, io.quarkus.runtime.RuntimeValue<AsyncHttpClientConfig> asyncConfigRuntime) - Overrides:
configureAsyncin classAbstractAmazonClientTransportRecorder
-
configureNettyAsync
public io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.http.async.SdkAsyncHttpClient.Builder> configureNettyAsync(io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.http.async.SdkAsyncHttpClient.Builder> builderRuntime, Supplier<io.netty.channel.EventLoopGroup> eventLoopSupplier, io.quarkus.runtime.RuntimeValue<AsyncHttpClientConfig> asyncConfigRuntime)
-