Class BindingFactoryBean
java.lang.Object
org.springframework.amqp.rabbit.config.BindingFactoryBean
- All Implemented Interfaces:
FactoryBean<Binding>
- Author:
- Dave Syer, Gary Russell
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
boolean
void
setAdminsThatShouldDeclare
(AmqpAdmin... admins) 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)
-
Constructor Details
-
BindingFactoryBean
public BindingFactoryBean()
-
-
Method Details
-
setArguments
-
setRoutingKey
-
setExchange
-
setDestinationQueue
-
setDestinationExchange
-
setShouldDeclare
public void setShouldDeclare(boolean shouldDeclare) -
setIgnoreDeclarationExceptions
-
setAdminsThatShouldDeclare
-
getObject
- Specified by:
getObject
in interfaceFactoryBean<Binding>
-
getObjectType
- Specified by:
getObjectType
in interfaceFactoryBean<Binding>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingleton
in interfaceFactoryBean<Binding>
-