Class RabbitMQServerFactoryBean

java.lang.Object
org.smallmind.phalanx.wire.transport.amqp.rabbitmq.spring.RabbitMQServerFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<RabbitMQServer[]>, org.springframework.beans.factory.InitializingBean

public class RabbitMQServerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<RabbitMQServer[]>, org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • RabbitMQServerFactoryBean

      public RabbitMQServerFactoryBean()
  • Method Details

    • setServerPattern

      public void setServerPattern(String serverPattern)
    • setServerSpread

      public void setServerSpread(String serverSpread)
    • afterPropertiesSet

      public void afterPropertiesSet() throws SpreadParserException
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      SpreadParserException
    • getObject

      public RabbitMQServer[] getObject()
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<RabbitMQServer[]>
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<RabbitMQServer[]>
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<RabbitMQServer[]>