Uses of Enum Class
org.springframework.amqp.core.Binding.DestinationType
Packages that use Binding.DestinationType
Package
Description
Provides core classes for the spring AMQP abstraction.
-
Uses of Binding.DestinationType in org.springframework.amqp.core
Fields in org.springframework.amqp.core declared as Binding.DestinationTypeModifier and TypeFieldDescriptionprotected final Binding.DestinationTypeBindingBuilder.DestinationConfigurer.typeMethods in org.springframework.amqp.core that return Binding.DestinationTypeModifier and TypeMethodDescriptionBinding.getDestinationType()static Binding.DestinationTypeReturns the enum constant of this class with the specified name.static Binding.DestinationType[]Binding.DestinationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.amqp.core with parameters of type Binding.DestinationType