Last Version

Async Helper 4.0.0

Async-Helper is a Java utility (also an OSGi bundle) to invoke/schedule Tasks/data fetch operation asynchronously using tags/flags in a functional way. This 4.0.0 release is with breaking changes where all static methods are made as instance methods, and the helper classes are provided option to pass an executor service/async context or to use default executor/async context.

License

License

GroupId

GroupId

org.vishag
ArtifactId

ArtifactId

async-helper
Version

Version

4.0.0
Type

Type

jar
Description

Description

Async Helper
Async-Helper is a Java utility (also an OSGi bundle) to invoke/schedule Tasks/data fetch operation asynchronously using tags/flags in a functional way. This 4.0.0 release is with breaking changes where all static methods are made as instance methods, and the helper classes are provided option to pass an executor service/async context or to use default executor/async context.
Project URL

Project URL

https://github.com/loganathan001/AsyncHelper
Source Code Management

Source Code Management

https://github.com/loganathan001/AsyncHelper

Download async-helper 4.0.0


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.