Java org.springframework.scheduling.concurrent ThreadPoolExecutorFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.scheduling.concurrent ThreadPoolExecutorFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.scheduling.concurrent ThreadPoolExecutorFactoryBean.

The text is from its open source code.

Constructor

Method

voidsetCorePoolSize(int corePoolSize)
Set the ThreadPoolExecutor's core pool size.
voidsetMaxPoolSize(int maxPoolSize)
Set the ThreadPoolExecutor's maximum pool size.
voidsetQueueCapacity(int queueCapacity)
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
voidsetThreadNamePrefix(@Nullable String threadNamePrefix)