Class | Description |
---|---|
AbortableTaskDecorator |
Task decorator to copy the MDC from the calling thread to the executing thread..
|
AbortableTaskRunnable |
Delegating Runnable that copies the MDC to the executing thread before running the delegate.
|
AsyncExecutorConfiguration |
Configuration class to set up asynchronous executors.
|
AsyncPropertiesLoader |
Helper class to actually load the async configuration properties from the configuration file.
|
DelegatingExecutor |
Task executor that delegates to the task executor configured for a task.
|
HawaiiAsyncUtil |
Utility to retrieve the value from a
CompletableFuture . |