Interface RabbitStreamConnectionDetails
- All Superinterfaces:
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
public interface RabbitStreamConnectionDetails
extends org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Details required to establish a connection to a RabbitMQ Stream service.
- Since:
- 4.1.0
-
Method Summary
Modifier and TypeMethodDescriptiongetHost()Rabbit Stream server host.default @Nullable StringPassword for authentication.intgetPort()Rabbit Stream server port.default @Nullable org.springframework.boot.ssl.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
default @Nullable org.springframework.boot.ssl.SslBundle getSslBundle()SSL bundle to use.- Returns:
- the SSL bundle to use or
null
-