net.leanix.dropkit.amqp.QueueConsumerFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leanix-dropkit Show documentation
Show all versions of leanix-dropkit Show documentation
Base functionality for leanIX dropwizard-based services
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