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

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

Introduction

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

The text is from its open source code.

Constructor

ConcurrentTaskScheduler()
Create a new ConcurrentTaskScheduler, using a single thread executor as default.
ConcurrentTaskScheduler(ScheduledExecutorService scheduledExecutor)
Create a new ConcurrentTaskScheduler, using the given java.util.concurrent.ScheduledExecutorService as shared delegate.