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
文件下载
文件名 操作
azaptree-executor-service-0.0.2.jar 下载
azaptree-executor-service-0.0.2.pom 下载
azaptree-executor-service-0.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.azaptree</groupId>
  <artifactId>azaptree-executor-service</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.azaptree:azaptree-executor-service:0.0.2'
Gradle Kotlin
implementation("com.azaptree:azaptree-executor-service:0.0.2")
Scala SBT
libraryDependencies += "com.azaptree" % "azaptree-executor-service" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.azaptree', module='azaptree-executor-service', version='0.0.2')
)
Apache Ivy
<dependency org="com.azaptree" name="azaptree-executor-service" rev="0.0.2" />
Leiningen
[com.azaptree/azaptree-executor-service "0.0.2"]
Apache Buildr
'com.azaptree:azaptree-executor-service:jar:0.0.2'