Class ThreadPoolExecutorProvider

All Implemented Interfaces:
AutoCloseable, ExecutorServiceProvider
Direct Known Subclasses:
DefaultClientAsyncExecutorProvider, ServerExecutorProvidersConfigurator.DefaultManagedAsyncExecutorProvider

public class ThreadPoolExecutorProvider extends AbstractThreadPoolProvider<ThreadPoolExecutor> implements ExecutorServiceProvider
Default implementation of the Jersey executor service provider SPI.

This provider creates and provisions a shared ThreadPoolExecutor instance using the customizable values for :

Subclasses may override the respective methods to customize the parameters of the provisioned thread pool executor.

Since:
2.18