Server

data class Server(val host: String = Defaults.HOST, val port: Int = Defaults.PORT, val user: String = Defaults.USER, val password: String = Defaults.PASSWORD, val vhost: String = Defaults.VHOST, val timeout: Duration = Defaults.timeout, val connectionName: String = Defaults.CONNECTION_NAME)

Constructors

Link copied to clipboard
constructor(host: String = Defaults.HOST, port: Int = Defaults.PORT, user: String = Defaults.USER, password: String = Defaults.PASSWORD, vhost: String = Defaults.VHOST, timeout: Duration = Defaults.timeout, connectionName: String = Defaults.CONNECTION_NAME)

Types

Link copied to clipboard
object Defaults

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val port: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard