public class Binding extends AbstractDeclarable
AmqpAdmin
, or
created via a BindingBuilder
.AmqpAdmin
Modifier and Type | Class and Description |
---|---|
static class |
Binding.DestinationType
The binding destination.
|
Constructor and Description |
---|
Binding(String destination,
Binding.DestinationType destinationType,
String exchange,
String routingKey,
Map<String,Object> arguments) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getArguments() |
String |
getDestination() |
Binding.DestinationType |
getDestinationType() |
String |
getExchange() |
String |
getRoutingKey() |
boolean |
isDestinationQueue() |
String |
toString() |
getDeclaringAdmins, isIgnoreDeclarationExceptions, setAdminsThatShouldDeclare, setIgnoreDeclarationExceptions, setShouldDeclare, shouldDeclare
public String getDestination()
public Binding.DestinationType getDestinationType()
public String getExchange()
public String getRoutingKey()
public boolean isDestinationQueue()