Package io.reactiverse.awssdk
Class VertxNioAsyncHttpClient
- java.lang.Object
-
- io.reactiverse.awssdk.VertxNioAsyncHttpClient
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,SdkAsyncHttpClient
,SdkAutoCloseable
public class VertxNioAsyncHttpClient extends java.lang.Object implements SdkAsyncHttpClient
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.amazon.awssdk.http.async.SdkAsyncHttpClient
SdkAsyncHttpClient.Builder<T extends SdkAsyncHttpClient.Builder<T>>
-
-
Constructor Summary
Constructors Constructor Description VertxNioAsyncHttpClient(Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
java.util.concurrent.CompletableFuture<java.lang.Void>
execute(AsyncExecuteRequest asyncExecuteRequest)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.http.async.SdkAsyncHttpClient
clientName
-
-
-
-
Constructor Detail
-
VertxNioAsyncHttpClient
public VertxNioAsyncHttpClient(Context context)
-
-
Method Detail
-
execute
public java.util.concurrent.CompletableFuture<java.lang.Void> execute(AsyncExecuteRequest asyncExecuteRequest)
- Specified by:
execute
in interfaceSdkAsyncHttpClient
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfaceSdkAutoCloseable
-
-