a

azaptree-executor-service

Provides an ExecutorService that is easily Spring configured. Additional features include: 1. JMX enabled 2. Executor is pausable, i.e., which means when execution is paused, threads will wait to process tasks until execution is resumed - see PasuableThreadpoolExecutor 3. ThreadPoolConfig makes it easier to configure a ThreadPoolExecutor
Files download
File Operation
azaptree-executor-service-0.0.3.jar download
azaptree-executor-service-0.0.3.pom download
azaptree-executor-service-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.azaptree</groupId>
  <artifactId>azaptree-executor-service</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.azaptree:azaptree-executor-service:0.0.3'
Gradle Kotlin
implementation("com.azaptree:azaptree-executor-service:0.0.3")
Scala SBT
libraryDependencies += "com.azaptree" % "azaptree-executor-service" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.azaptree', module='azaptree-executor-service', version='0.0.3')
)
Apache Ivy
<dependency org="com.azaptree" name="azaptree-executor-service" rev="0.0.3" />
Leiningen
[com.azaptree/azaptree-executor-service "0.0.3"]
Apache Buildr
'com.azaptree:azaptree-executor-service:jar:0.0.3'