Uses of Class
com.github.workerframework.api.QueueException
Packages that use QueueException
Package
Description
-
Uses of QueueException in com.github.workerframework.api
Methods in com.github.workerframework.api that throw QueueExceptionModifier and TypeMethodDescriptionWorkerQueueProvider.getWorkerQueue(ConfigurationSource configurationSource, int maxTasks) Create a new WorkerQueue instance.voidWorkerQueue.publish(TaskInformation taskInformation, byte[] taskMessage, String targetQueue, Map<String, Object> headers) Acknowledge the original received message but send out a new message to a target queue.voidWorkerQueue.publish(TaskInformation taskInformation, byte[] taskMessage, String targetQueue, Map<String, Object> headers, boolean isLastMessage) Acknowledge the original received message but send out a new message to a target queue.voidManagedWorkerQueue.start(TaskCallback callback) Open queues to start accepting tasks and results. -
Uses of QueueException in com.github.workerframework.core
Methods in com.github.workerframework.core that throw QueueExceptionModifier and TypeMethodDescriptionvoidWorkerApplication.run(WorkerConfiguration workerConfiguration, io.dropwizard.core.setup.Environment environment) Start the asynchronous worker micro-service. -
Uses of QueueException in com.github.workerframework.queues.rabbit
Methods in com.github.workerframework.queues.rabbit that throw QueueExceptionModifier and TypeMethodDescriptionRabbitWorkerQueueProvider.getWorkerQueue(ConfigurationSource configurationSource, int maxTasks) voidRabbitWorkerQueue.publish(TaskInformation taskInformation, byte[] taskMessage, String targetQueue, Map<String, Object> headers) voidRabbitWorkerQueue.publish(TaskInformation taskInformation, byte[] taskMessage, String targetQueue, Map<String, Object> headers, boolean isLastMessage) voidRabbitWorkerQueue.start(TaskCallback callback) Open queues to start accepting tasks and results.