public class RabbitMQServerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<RabbitMQServer[]>, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
RabbitMQServerFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
RabbitMQServer[] |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setServerPattern(String serverPattern) |
void |
setServerSpread(String serverSpread) |
public void setServerPattern(String serverPattern)
public void setServerSpread(String serverSpread)
public void afterPropertiesSet()
throws org.smallmind.nutsnbolts.util.SpreadParserException
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanorg.smallmind.nutsnbolts.util.SpreadParserExceptionpublic RabbitMQServer[] getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<RabbitMQServer[]>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<RabbitMQServer[]>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<RabbitMQServer[]>Copyright © 2020. All rights reserved.