Uses of Class
org.springframework.amqp.rabbitmq.client.SingleAmqpConnectionFactory.Tls
Packages that use SingleAmqpConnectionFactory.Tls
Package
Description
Provides Spring support for RabbitMQ AMQP 1.0 Client.
-
Uses of SingleAmqpConnectionFactory.Tls in org.springframework.amqp.rabbitmq.client
Methods in org.springframework.amqp.rabbitmq.client that return SingleAmqpConnectionFactory.TlsModifier and TypeMethodDescriptionSingleAmqpConnectionFactory.Tls.hostnameVerification()
SingleAmqpConnectionFactory.Tls.hostnameVerification
(boolean hostnameVerification) SingleAmqpConnectionFactory.Tls.sslContext
(SSLContext sslContext) SingleAmqpConnectionFactory.Tls.trustEverything()
Method parameters in org.springframework.amqp.rabbitmq.client with type arguments of type SingleAmqpConnectionFactory.TlsModifier and TypeMethodDescriptionSingleAmqpConnectionFactory.setTls
(Consumer<SingleAmqpConnectionFactory.Tls> tlsCustomizer)