Package | Description |
---|---|
org.springframework.amqp.core |
Provides core classes for the spring AMQP abstraction.
|
Modifier and Type | Field and Description |
---|---|
protected Binding.DestinationType |
BindingBuilder.DestinationConfigurer.type |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
Binding(String destination,
Binding.DestinationType destinationType,
String exchange,
String routingKey,
Map<String,Object> arguments) |
Copyright © 2015. All rights reserved.