Uses of Class
org.springframework.amqp.rabbitmq.client.SingleAmqpConnectionFactory.OAuth2
Packages that use SingleAmqpConnectionFactory.OAuth2
Package
Description
Provides Spring support for RabbitMQ AMQP 1.0 Client.
-
Uses of SingleAmqpConnectionFactory.OAuth2 in org.springframework.amqp.rabbitmq.client
Methods in org.springframework.amqp.rabbitmq.client that return SingleAmqpConnectionFactory.OAuth2Modifier and TypeMethodDescriptionSingleAmqpConnectionFactory.OAuth2.clientSecret
(String clientSecret) SingleAmqpConnectionFactory.OAuth2.shared
(boolean shared) SingleAmqpConnectionFactory.OAuth2.sslContext
(SSLContext sslContext) SingleAmqpConnectionFactory.OAuth2.tokenEndpointUri
(String uri) Method parameters in org.springframework.amqp.rabbitmq.client with type arguments of type SingleAmqpConnectionFactory.OAuth2Modifier and TypeMethodDescriptionSingleAmqpConnectionFactory.setOAuth2
(Consumer<SingleAmqpConnectionFactory.OAuth2> oauth2Customizer)