Class ContextualScheduledExecutorService

java.lang.Object
org.jboss.resteasy.concurrent.ContextualExecutorService
org.jboss.resteasy.concurrent.ContextualScheduledExecutorService
All Implemented Interfaces:
Executor, ExecutorService, ScheduledExecutorService

public class ContextualScheduledExecutorService extends ContextualExecutorService implements ScheduledExecutorService
An executor which wraps runnables and callables to capture the context of the current thread.

If a server is managed it's the responsibility of the user or container to manage the lifecycle of the wrapped executor service.

Note: if the executor is consider managed, for example running in a Jakarta EE environment, the following methods are effectively ignored.

Since:
5.0.0
Author:
James R. Perkins