Interface AmqpConnectionDetails
- All Superinterfaces:
ConnectionDetails
Details required to establish a connection to an AMQP broker.
- Since:
- 4.1.0
- Author:
- Stephane Nicoll
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordAn AMQP broker address. -
Method Summary
Modifier and TypeMethodDescriptionReturn theAmqpConnectionDetails.Addressof the broker.default @Nullable StringPassword used to authenticate to the broker.default @Nullable StringLogin user to authenticate to the broker.
-
Method Details
-
getAddress
AmqpConnectionDetails.Address getAddress()Return theAmqpConnectionDetails.Addressof 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
-