codes.rafael.task:task-processor

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-processor
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

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`.
Source Code Management

Source Code Management

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

Download task-processor

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
codes.rafael.task : task-api jar 1.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.assertj : assertj-core jar 3.21.0
org.mockito : mockito-core jar 4.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0