Class AmqpAutoConfiguration


  • @Configuration
    @EnableConfigurationProperties(AmqpProperties.class)
    @ConditionalOnBean(io.vertx.core.Vertx.class)
    @ConditionalOnProperty(prefix="vertx.amqp",
                           value="enabled",
                           matchIfMissing=true)
    public class AmqpAutoConfiguration
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      AmqpClient amqpClient​(io.vertx.core.Vertx vertx, AmqpProperties properties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AmqpAutoConfiguration

        public AmqpAutoConfiguration()