Last Version

Task processing for Java 1.1

This library implements a minimal framework for handling an ordered queue of tasks that is both suitable for stream and batch processing. Tasks queues are identified by a *topic* name where a task is represented by any `String` value to identify a specific (and possibly repeated) unit of work in addition to an optional `String` payload. New tasks are represented as instances of `TaskCreation`.

License

License

GroupId

GroupId

codes.rafael.task
ArtifactId

ArtifactId

task
Version

Version

1.1
Type

Type

pom
Description

Description

Task processing for Java
This library implements a minimal framework for handling an ordered queue of tasks that is both suitable for stream and batch processing. Tasks queues are identified by a *topic* name where a task is represented by any `String` value to identify a specific (and possibly repeated) unit of work in addition to an optional `String` payload. New tasks are represented as instances of `TaskCreation`.
Project URL

Project URL

https://github.com/raphw/skatteprosessen-task
Source Code Management

Source Code Management

http://github.com/raphw/skatteprosessen-task/tree/master

Download task 1.1

Filename Size
task-1.1.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/codes.rafael.task/task/ -->
<dependency>
    <groupId>codes.rafael.task</groupId>
    <artifactId>task</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/codes.rafael.task/task/
implementation 'codes.rafael.task:task:1.1'
// https://jarcasting.com/artifacts/codes.rafael.task/task/
implementation ("codes.rafael.task:task:1.1")
'codes.rafael.task:task:pom:1.1'
<dependency org="codes.rafael.task" name="task" rev="1.1">
  <artifact name="task" type="pom" />
</dependency>
@Grapes(
@Grab(group='codes.rafael.task', module='task', version='1.1')
)
libraryDependencies += "codes.rafael.task" % "task" % "1.1"
[codes.rafael.task/task "1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • task-api
  • task-jdbc
  • task-processor