| License |
License |
|---|---|
| GroupId | GroupIdcodes.rafael.task |
| ArtifactId | ArtifactIdtask-processor |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThis 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 |
| Filename | Size |
|---|---|
| task-processor-1.1.pom | |
| task-processor-1.1.jar | 56 KB |
| task-processor-1.1-sources.jar | 19 KB |
| task-processor-1.1-javadoc.jar | 544 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| codes.rafael.task : task-api | jar | 1.1 |
| 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 |