Package org.springframework.amqp.core
Class Binding
java.lang.Object
org.springframework.amqp.core.AbstractDeclarable
org.springframework.amqp.core.Binding
- All Implemented Interfaces:
Declarable
Simple container collecting information to describe a binding. Takes String destination and exchange names as
arguments to facilitate wiring using code based configuration. Can be used in conjunction with
AmqpAdmin
, or
created via a BindingBuilder
.- Author:
- Mark Pollack, Mark Fisher, Dave Syer, Gary Russell
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionBinding
(String destination, Binding.DestinationType destinationType, String exchange, String routingKey, Map<String, Object> arguments) Binding
(Queue lazyQueue, String destination, Binding.DestinationType destinationType, String exchange, String routingKey, Map<String, Object> arguments) -
Method Summary
Methods inherited from class org.springframework.amqp.core.AbstractDeclarable
addArgument, getArguments, getDeclaringAdmins, isIgnoreDeclarationExceptions, removeArgument, setAdminsThatShouldDeclare, setIgnoreDeclarationExceptions, setShouldDeclare, shouldDeclare