public class BindingFactoryBean extends Object implements FactoryBean<Binding>
Constructor and Description |
---|
BindingFactoryBean() |
Modifier and Type | Method and Description |
---|---|
Binding |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setAdminsThatShouldDeclare(AmqpAdmin... adminsThatShouldDeclare) |
void |
setArguments(Map<String,Object> arguments) |
void |
setDestinationExchange(Exchange destinationExchange) |
void |
setDestinationQueue(Queue destinationQueue) |
void |
setExchange(String exchange) |
void |
setIgnoreDeclarationExceptions(Boolean ignoreDeclarationExceptions) |
void |
setRoutingKey(String routingKey) |
void |
setShouldDeclare(boolean shouldDeclare) |
public void setRoutingKey(String routingKey)
public void setExchange(String exchange)
public void setDestinationQueue(Queue destinationQueue)
public void setDestinationExchange(Exchange destinationExchange)
public void setShouldDeclare(boolean shouldDeclare)
public void setIgnoreDeclarationExceptions(Boolean ignoreDeclarationExceptions)
public void setAdminsThatShouldDeclare(AmqpAdmin... adminsThatShouldDeclare)
public Binding getObject()
getObject
in interface FactoryBean<Binding>
public Class<?> getObjectType()
getObjectType
in interface FactoryBean<Binding>
public boolean isSingleton()
isSingleton
in interface FactoryBean<Binding>