Class AmazonClientNettyTransportRecorder

java.lang.Object
io.quarkus.amazon.common.runtime.AbstractAmazonClientTransportRecorder
io.quarkus.amazon.common.runtime.AmazonClientNettyTransportRecorder

public class AmazonClientNettyTransportRecorder extends AbstractAmazonClientTransportRecorder
  • 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:
      configureAsync in class AbstractAmazonClientTransportRecorder
    • 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)