| Interface | Description |
|---|---|
| TimeoutTask | |
| TimeoutTracker |
Tracker task to track the
TimeoutTask and the ScheduledFuture that
schedules the timeout task. |
| Class | Description |
|---|---|
| ApiCallTimeoutTracker |
Api Call Timeout Tracker to track the
TimeoutTask and the ScheduledFuture. |
| AsyncTimeoutTask |
Implementation of
TimeoutTask for asynchronous operations to be scheduled to fail
the CompletableFuture and abort the asynchronous requests. |
| NoOpTimeoutTracker |
A no op implementation of
TimeoutTracker. |
| SyncTimeoutTask |
TimeoutTask to be scheduled for synchronous operations. |
| TimerUtils |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.