Interface AmqpConnectionDetails

All Superinterfaces:
ConnectionDetails

public interface AmqpConnectionDetails extends ConnectionDetails
Details required to establish a connection to an AMQP broker.
Since:
4.1.0
Author:
Stephane Nicoll
  • Method Details

    • getAddress

      Return the AmqpConnectionDetails.Address of the broker.
      Returns:
      the address
    • getUsername

      default @Nullable String getUsername()
      Login user to authenticate to the broker.
      Returns:
      the login user to authenticate to the broker or null
    • getPassword

      default @Nullable String getPassword()
      Password used to authenticate to the broker.
      Returns:
      the password to authenticate to the broker or null