Class AsyncTimeoutTask

java.lang.Object
software.amazon.awssdk.core.internal.http.timers.AsyncTimeoutTask
All Implemented Interfaces:
Runnable, TimeoutTask

public final class AsyncTimeoutTask extends Object implements TimeoutTask
Implementation of TimeoutTask for asynchronous operations to be scheduled to fail the CompletableFuture and abort the asynchronous requests.