Interface AmqpRabbitConnectionDetails

All Superinterfaces:
ConnectionDetails

public interface AmqpRabbitConnectionDetails extends ConnectionDetails
Details required to establish a connection to a RabbitMQ AMQP service.
Since:
4.2.0
Author:
EddĂș MelĂ©ndez
  • Method Details

    • getAddress

      Return the 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
    • getVirtualHost

      default @Nullable String getVirtualHost()
      Virtual host to use when connecting to the broker.
      Returns:
      the virtual host to use when connecting to the broker or null
    • getSslBundle

      default @Nullable SslBundle getSslBundle()
      SSL bundle to use.
      Returns:
      the SSL bundle to use or null