Class BindingFactoryBean

java.lang.Object
org.springframework.amqp.rabbit.config.BindingFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<org.springframework.amqp.core.Binding>

public class BindingFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<org.springframework.amqp.core.Binding>
  • Constructor Details

    • BindingFactoryBean

      public BindingFactoryBean()
  • Method Details

    • setArguments

      public void setArguments(Map<String,Object> arguments)
    • setRoutingKey

      public void setRoutingKey(String routingKey)
    • setExchange

      public void setExchange(String exchange)
    • setDestinationQueue

      public void setDestinationQueue(org.springframework.amqp.core.Queue destinationQueue)
    • setDestinationExchange

      public void setDestinationExchange(org.springframework.amqp.core.Exchange destinationExchange)
    • setShouldDeclare

      public void setShouldDeclare(boolean shouldDeclare)
    • setIgnoreDeclarationExceptions

      public void setIgnoreDeclarationExceptions(Boolean ignoreDeclarationExceptions)
    • setAdminsThatShouldDeclare

      public void setAdminsThatShouldDeclare(org.springframework.amqp.core.AmqpAdmin... admins)
    • getObject

      public org.springframework.amqp.core.Binding getObject()
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<org.springframework.amqp.core.Binding>
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<org.springframework.amqp.core.Binding>
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<org.springframework.amqp.core.Binding>