Interface RabbitStreamConnectionDetails
- All Superinterfaces:
ConnectionDetails
Details required to establish a connection to a RabbitMQ Stream service.
- Since:
- 4.1.0
- Author:
- EddĂș MelĂ©ndez
-
Method Summary
-
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
-