All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.leanix.dropkit.amqp.QueueConsumerFactory Maven / Gradle / Ivy

There is a newer version: 2.0.10
Show newest version
package net.leanix.dropkit.amqp;

import com.rabbitmq.client.Channel;

public interface QueueConsumerFactory {
    QueueConsumer createConsumer(String queueName, Channel channel, ConsumerRegistry registry);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy