public interface UofRabbitConfiguration
Modifier and Type | Method and Description |
---|---|
Duration |
getConnectionTimeout()
Gets a rabbit timeout setting for connection attempts (in seconds)
Between 10 and 120 (default 30s)
|
Duration |
getHeartBeat()
Gets a heartbeat timeout to use when negotiating with the server (in seconds)
Between 10 and 180 (default 60s)
|
String |
getHost() |
String |
getPassword()
Returns the password of the broker to which you are connecting - this field should be null/blank if
you are connecting to the Sportradar AMQP servers
|
int |
getPort()
Gets the port used to connect to AMQP broker
|
String |
getUsername()
Returns the username of the broker to which you are currently connecting - this field should be null/blank if
you are connecting to the Sportradar AMQP servers
|
boolean |
getUseSsl()
Gets a value indicating whether SSL should be used when connecting to AMQP broker
|
String |
getVirtualHost()
Returns the custom set messaging virtual host
|
String getHost()
int getPort()
boolean getUseSsl()
String getUsername()
String getPassword()
String getVirtualHost()
Duration getConnectionTimeout()
Duration getHeartBeat()
Copyright © 2016–2025. All rights reserved.