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
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidClass<?>booleanvoidsetServerPattern(String serverPattern) voidsetServerSpread(String serverSpread)
-
Constructor Details
-
RabbitMQServerFactoryBean
public RabbitMQServerFactoryBean()
-
-
Method Details
-
setServerPattern
-
setServerSpread
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
SpreadParserException
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<RabbitMQServer[]>
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<RabbitMQServer[]>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<RabbitMQServer[]>
-