Uses of Interface
com.github.workerframework.api.TaskCallback
Packages that use TaskCallback
-
Uses of TaskCallback in com.github.workerframework.api
Methods in com.github.workerframework.api with parameters of type TaskCallbackModifier and TypeMethodDescriptionvoid
ManagedWorkerQueue.start
(TaskCallback callback) Open queues to start accepting tasks and results. -
Uses of TaskCallback in com.github.workerframework.queues.rabbit
Methods in com.github.workerframework.queues.rabbit with parameters of type TaskCallbackModifier and TypeMethodDescriptionvoid
RabbitWorkerQueue.start
(TaskCallback callback) Open queues to start accepting tasks and results.Constructors in com.github.workerframework.queues.rabbit with parameters of type TaskCallbackModifierConstructorDescriptionWorkerConnectionListener
(TaskCallback taskCallback, com.github.workerframework.queues.rabbit.WorkerConfirmListener listener) WorkerQueueConsumerImpl
(TaskCallback callback, RabbitMetricsReporter metrics, BlockingQueue<Event<QueueConsumer>> queue, com.rabbitmq.client.Channel ch, BlockingQueue<Event<WorkerPublisher>> pubQueue, String retryKey, int retryLimit)