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