Class RabbitMQConfig


  • public class RabbitMQConfig
    extends Object
    • Constructor Detail

      • RabbitMQConfig

        public RabbitMQConfig​(com.rabbitmq.client.ConnectionFactory connectionFactory,
                              Map<String,​Object> properties)
    • Method Detail

      • getConnectionFactory

        public com.rabbitmq.client.ConnectionFactory getConnectionFactory()
      • loadListOfConfigured

        public <T extends io.atleon.util.Configurable> List<T> loadListOfConfigured​(String property)
      • loadConfigured

        public <T extends io.atleon.util.Configurable> Optional<T> loadConfigured​(String property)
      • loadConfiguredOrThrow

        public <T extends io.atleon.util.Configurable> T loadConfiguredOrThrow​(String property)