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. |
RemoveOnCancelScheduledExecutorServiceBuilder |
Service that provides a
ScheduledThreadPoolExecutor that removes tasks from the task queue upon cancellation. |
StampedLockServiceExecutor |
ServiceExecutor implemented via a StampedLock . |
Copyright © 2017 JBoss by Red Hat. All rights reserved.