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 voidclose()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:
executein interfaceSdkAsyncHttpClient
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfaceSdkAutoCloseable
-
-