|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Binding.DestinationType | |
---|---|
org.springframework.amqp.core |
Uses of Binding.DestinationType in org.springframework.amqp.core |
---|
Fields in org.springframework.amqp.core declared as Binding.DestinationType | |
---|---|
protected Binding.DestinationType |
BindingBuilder.DestinationConfigurer.type
|
Methods in org.springframework.amqp.core that return Binding.DestinationType | |
---|---|
Binding.DestinationType |
Binding.getDestinationType()
|
static Binding.DestinationType |
Binding.DestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Binding.DestinationType[] |
Binding.DestinationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.springframework.amqp.core with parameters of type Binding.DestinationType | |
---|---|
Binding(String destination,
Binding.DestinationType destinationType,
String exchange,
String routingKey,
Map<String,Object> arguments)
|
|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |