Uses of Record Class
org.springframework.boot.rabbitmq.autoconfigure.RabbitConnectionDetails.Address
Packages that use RabbitConnectionDetails.Address
Package
Description
Auto-configuration for RabbitMQ.
-
Uses of RabbitConnectionDetails.Address in org.springframework.boot.rabbitmq.autoconfigure
Methods in org.springframework.boot.rabbitmq.autoconfigure that return RabbitConnectionDetails.AddressModifier and TypeMethodDescriptiondefault RabbitConnectionDetails.AddressRabbitConnectionDetails.getFirstAddress()Returns the first address.Methods in org.springframework.boot.rabbitmq.autoconfigure that return types with arguments of type RabbitConnectionDetails.AddressModifier and TypeMethodDescriptionRabbitConnectionDetails.getAddresses()List of addresses to which the client should connect.