类 AbstractConnectionFactoryConfigurer<T extends org.springframework.amqp.rabbit.connection.AbstractConnectionFactory>

java.lang.Object
org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer<T>
类型参数:
T - the connection factory type.
直接已知子类:
CachingConnectionFactoryConfigurer

public abstract class AbstractConnectionFactoryConfigurer<T extends org.springframework.amqp.rabbit.connection.AbstractConnectionFactory> extends Object
Configures Rabbit ConnectionFactory with sensible defaults.
从以下版本开始:
2.6.0
作者:
Chris Bono, Moritz Halbritter, Andy Wilkinson, Phillip Webb
  • 构造器详细资料

    • AbstractConnectionFactoryConfigurer

      protected AbstractConnectionFactoryConfigurer(RabbitProperties properties)
      Creates a new configurer that will configure the connection factory using the given properties.
      参数:
      properties - the properties to use to configure the connection factory
    • AbstractConnectionFactoryConfigurer

      protected AbstractConnectionFactoryConfigurer(RabbitProperties properties, RabbitConnectionDetails connectionDetails)
      Creates a new configurer that will configure the connection factory using the given properties and connectionDetails, with the latter taking priority.
      参数:
      properties - the properties to use to configure the connection factory
      connectionDetails - the connection details to use to configure the connection factory
      从以下版本开始:
      3.1.0
  • 方法详细资料

    • getConnectionNameStrategy

      protected final org.springframework.amqp.rabbit.connection.ConnectionNameStrategy getConnectionNameStrategy()
    • setConnectionNameStrategy

      public final void setConnectionNameStrategy(org.springframework.amqp.rabbit.connection.ConnectionNameStrategy connectionNameStrategy)
    • configure

      public final void configure(T connectionFactory)
      Configures the given connectionFactory with sensible defaults.
      参数:
      connectionFactory - connection factory to configure
    • configure

      protected abstract void configure(T connectionFactory, RabbitProperties rabbitProperties)
      Configures the given connectionFactory using the given rabbitProperties.
      参数:
      connectionFactory - connection factory to configure
      rabbitProperties - properties to use for the configuration