| Modifier and Type | Method and Description |
|---|---|
void |
TaskQueue.deleteTask(Task task)
Deletes a task from the queue.
|
void |
TaskQueue.extendVisibilityTimeout(Task task)
Responsible for robustly extending the visibility timeout of a Task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQSTaskQueue.deleteTask(Task task) |
void |
SQSTaskQueue.extendVisibilityTimeout(Task task) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalTaskQueue.deleteTask(Task task) |
void |
LocalTaskQueue.extendVisibilityTimeout(Task task) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoopTaskQueue.deleteTask(Task task) |
void |
NoopTaskQueue.extendVisibilityTimeout(Task task) |
| Modifier and Type | Method and Description |
|---|---|
void |
RabbitMQTaskQueue.deleteTask(Task task) |
void |
RabbitMQTaskQueue.extendVisibilityTimeout(Task task)
RabbitMQ does not have this feature, messages would not be visible until rejected and requeued
|
Copyright © 2009–2020 LYRASIS. All rights reserved.