| Interface | Description |
|---|---|
| ServiceExecutor |
Allows safe invocation of tasks that require resources not available after
ServiceExecutor.close(Runnable) to block a service from stopping. |
| Class | Description |
|---|---|
| CachedThreadPoolExecutorServiceBuilder |
Service that provides an
Executor that uses a cached thread pool. |
| ClassLoaderThreadFactory |
ThreadFactory decorator that associates a specific class loader to created threads. |
| RemoveOnCancelScheduledExecutorServiceBuilder |
Service that provides a
ScheduledThreadPoolExecutor that removes tasks from the task queue upon cancellation. |
| StampedLockServiceExecutor |
ServiceExecutor implemented via a StampedLock. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.