Interface AmqpRabbitConnectionDetails
- All Superinterfaces:
ConnectionDetails
Details required to establish a connection to a RabbitMQ AMQP service.
- Since:
- 4.2.0
- Author:
- EddĂș MelĂ©ndez
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordA RabbitMQ address. -
Method Summary
Modifier and TypeMethodDescriptionReturn the address of the broker.default @Nullable StringPassword used to authenticate to the broker.default @Nullable SslBundleSSL bundle to use.default @Nullable StringLogin user to authenticate to the broker.default @Nullable StringVirtual host to use when connecting to the broker.
-
Method Details
-
getAddress
AmqpRabbitConnectionDetails.Address getAddress()Return the address of the broker.- Returns:
- the address
-
getUsername
Login user to authenticate to the broker.- Returns:
- the login user to authenticate to the broker or
null
-
getPassword
Password used to authenticate to the broker.- Returns:
- the password to authenticate to the broker or
null
-
getVirtualHost
Virtual host to use when connecting to the broker.- Returns:
- the virtual host to use when connecting to the broker or
null
-
getSslBundle
SSL bundle to use.- Returns:
- the SSL bundle to use or
null
-