License |
License |
---|---|
GroupId | GroupIdcom.azaptree |
ArtifactId | ArtifactIdazaptree-executor-service |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAZAPTREE-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
|
Project Organization |
Project OrganizationAZAPTREE.COM |
<!-- https://jarcasting.com/artifacts/com.azaptree/azaptree-executor-service/ -->
<dependency>
<groupId>com.azaptree</groupId>
<artifactId>azaptree-executor-service</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.azaptree/azaptree-executor-service/
implementation 'com.azaptree:azaptree-executor-service:0.0.3'
// https://jarcasting.com/artifacts/com.azaptree/azaptree-executor-service/
implementation ("com.azaptree:azaptree-executor-service:0.0.3")
'com.azaptree:azaptree-executor-service:jar:0.0.3'
<dependency org="com.azaptree" name="azaptree-executor-service" rev="0.0.3">
<artifact name="azaptree-executor-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.azaptree', module='azaptree-executor-service', version='0.0.3')
)
libraryDependencies += "com.azaptree" % "azaptree-executor-service" % "0.0.3"
[com.azaptree/azaptree-executor-service "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-validator | jar | 4.3.1.Final |
org.apache.commons : commons-lang3 | jar | 3.1 |
org.springframework : spring-context | jar | 3.2.0.RELEASE |
org.springframework : spring-core | jar | 3.2.0.RELEASE |
org.slf4j : jcl-over-slf4j | jar | 1.7.2 |
ch.qos.logback : logback-classic | jar | 1.0.9 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 3.2.0.RELEASE |
org.testng : testng | jar | 6.7 |
org.easymock : easymock | jar | 3.1 |