Uses of Enum Class
org.springframework.boot.amqp.autoconfigure.RabbitProperties.ContainerType
Packages that use RabbitProperties.ContainerType
-
Uses of RabbitProperties.ContainerType in org.springframework.boot.amqp.autoconfigure
Subclasses with type arguments of type RabbitProperties.ContainerType in org.springframework.boot.amqp.autoconfigureMethods in org.springframework.boot.amqp.autoconfigure that return RabbitProperties.ContainerTypeModifier and TypeMethodDescriptionRabbitProperties.Listener.getType()
Returns the enum constant of this class with the specified name.static RabbitProperties.ContainerType[]
RabbitProperties.ContainerType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.amqp.autoconfigure with parameters of type RabbitProperties.ContainerTypeModifier and TypeMethodDescriptionvoid
RabbitProperties.Listener.setType
(RabbitProperties.ContainerType containerType)