is not current version
Last Version 0.0.3

com.azaptree:azaptree-executor-service 0.0.1

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

GroupId

GroupId

com.azaptree
ArtifactId

ArtifactId

azaptree-executor-service
Version

Version

0.0.1
Type

Type

jar

Download azaptree-executor-service 0.0.1


<!-- https://jarcasting.com/artifacts/com.azaptree/azaptree-executor-service/ -->
<dependency>
    <groupId>com.azaptree</groupId>
    <artifactId>azaptree-executor-service</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.azaptree/azaptree-executor-service/
implementation 'com.azaptree:azaptree-executor-service:0.0.1'
// https://jarcasting.com/artifacts/com.azaptree/azaptree-executor-service/
implementation ("com.azaptree:azaptree-executor-service:0.0.1")
'com.azaptree:azaptree-executor-service:jar:0.0.1'
<dependency org="com.azaptree" name="azaptree-executor-service" rev="0.0.1">
  <artifact name="azaptree-executor-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.azaptree', module='azaptree-executor-service', version='0.0.1')
)
libraryDependencies += "com.azaptree" % "azaptree-executor-service" % "0.0.1"
[com.azaptree/azaptree-executor-service "0.0.1"]