Class Hierarchy
- java.lang.Object
- com.github.workerframework.queues.rabbit.RabbitMetricsReporter (implements com.github.workerframework.api.WorkerQueueMetricsReporter)
- com.github.workerframework.queues.rabbit.RabbitTaskInformation (implements com.github.workerframework.api.TaskInformation)
- com.github.workerframework.queues.rabbit.RabbitWorkerQueue (implements com.github.workerframework.api.ManagedWorkerQueue)
- com.github.workerframework.queues.rabbit.RabbitWorkerQueueConfiguration
- com.github.workerframework.queues.rabbit.RabbitWorkerQueueProvider (implements com.github.workerframework.api.WorkerQueueProvider)
- com.github.workerframework.queues.rabbit.WorkerConnectionListener (implements com.rabbitmq.client.RecoveryListener)
- com.github.workerframework.queues.rabbit.WorkerPublisherImpl (implements com.github.workerframework.queues.rabbit.WorkerPublisher)
- com.github.workerframework.queues.rabbit.WorkerPublishQueueEvent (implements com.github.workerframework.util.rabbitmq.Event<T>)
- com.github.workerframework.queues.rabbit.WorkerQueueConsumerImpl (implements com.github.workerframework.util.rabbitmq.QueueConsumer)
Interface Hierarchy
- com.github.workerframework.queues.rabbit.WorkerPublisher