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
-
Method Summary
Methods inherited from class org.springframework.amqp.core.AbstractDeclarable
addArgument, getArguments, getDeclaringAdmins, isIgnoreDeclarationExceptions, removeArgument, setAdminsThatShouldDeclare, setIgnoreDeclarationExceptions, setShouldDeclare, shouldDeclare