package bo.gotthardt.queue.rabbitmq; /** * @author Bo Gotthardt */ public interface HasRabbitMQConfiguration { RabbitMQConfiguration getRabbitMq(); }