Uses of Enum Class
org.springframework.amqp.rabbitmq.client.AmqpConnectionFactoryBean.SaslMechanism
Packages that use AmqpConnectionFactoryBean.SaslMechanism
Package
Description
Provides Spring support for RabbitMQ AMQP 1.0 Client.
-
Uses of AmqpConnectionFactoryBean.SaslMechanism in org.springframework.amqp.rabbitmq.client
Subclasses with type arguments of type AmqpConnectionFactoryBean.SaslMechanism in org.springframework.amqp.rabbitmq.clientMethods in org.springframework.amqp.rabbitmq.client that return AmqpConnectionFactoryBean.SaslMechanismModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AmqpConnectionFactoryBean.SaslMechanism.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.amqp.rabbitmq.client with parameters of type AmqpConnectionFactoryBean.SaslMechanismModifier and TypeMethodDescriptionAmqpConnectionFactoryBean.setSaslMechanism
(AmqpConnectionFactoryBean.SaslMechanism saslMechanism)