Uses of Interface
com.rabbitmq.client.SaslConfig
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
-
Uses of SaslConfig in com.rabbitmq.client
Modifier and TypeClassDescriptionclass
Default SASL configuration.class
Implementation of SaslConfig that uses the JDK SASL implementation.Modifier and TypeMethodDescriptionConnectionFactory.getSaslConfig()
Gets the sasl config to use when authenticatingModifier and TypeMethodDescriptionvoid
ConnectionFactory.setSaslConfig
(SaslConfig saslConfig) Sets the sasl config to use when authenticating -
Uses of SaslConfig in com.rabbitmq.client.impl