Interface RabbitStreamConnectionDetails
- All Superinterfaces:
ConnectionDetails
Details required to establish a connection to a RabbitMQ Stream service.
- Since:
- 4.1.0
- Author:
- EddĂș MelĂ©ndez, Jay Choi
-
Method Summary
Modifier and TypeMethodDescriptiongetHost()Rabbit Stream server host.default @Nullable StringPassword for authentication.intgetPort()Rabbit Stream server port.default @Nullable SslBundleSSL bundle to use.default @Nullable StringUsername for authentication.default @Nullable StringVirtual host to use when connecting to the broker.
-
Method Details
-
getHost
-
getPort
int getPort()Rabbit Stream server port.- Returns:
- the Rabbit Stream server port
-
getUsername
Username for authentication.- Returns:
- the username for authentication or
null
-
getPassword
Password for authentication.- Returns:
- the password for authentication 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
-