Configuration

data class Configuration(val host: String, val virtualHost: String, val port: Int, val username: String, val password: String)

The configuration to connect to the RabbitMQ broker.

Constructors

Link copied to clipboard
constructor(host: String, virtualHost: String, port: Int, username: String, password: String)

Properties

Link copied to clipboard

The host address of the RabbitMQ broker.

Link copied to clipboard

The password to connect to the RabbitMQ broker.

Link copied to clipboard
val port: Int

The port of the RabbitMQ broker.

Link copied to clipboard

The username to connect to the RabbitMQ broker.

Link copied to clipboard

The virtual host to connect to.