Class AsyncWaiterExecutor<T>
java.lang.Object
software.amazon.awssdk.core.internal.waiters.AsyncWaiterExecutor<T>
- Type Parameters:
 T- the type of the response
Executes async waiter operations
- 
Constructor Summary
ConstructorsConstructorDescriptionAsyncWaiterExecutor(WaiterConfiguration configuration, List<WaiterAcceptor<? super T>> waiterAcceptors, ScheduledExecutorService executorService)  - 
Method Summary
 
- 
Constructor Details
- 
AsyncWaiterExecutor
public AsyncWaiterExecutor(WaiterConfiguration configuration, List<WaiterAcceptor<? super T>> waiterAcceptors, ScheduledExecutorService executorService)  
 -