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`.

Лицензия

Лицензия

Группа

Группа

codes.rafael.task
Идентификатор

Идентификатор

task
Последняя версия

Последняя версия

1.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

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`.
Ссылка на сайт

Ссылка на сайт

https://github.com/raphw/skatteprosessen-task
Система контроля версий

Система контроля версий

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

Скачать task

Имя Файла Размер
task-1.1.pom 4 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

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

Версии библиотеки

Версия
1.1
1.0