Configuration

io.github.positionpal.location.messages.RabbitMQ.Configuration
See theConfiguration companion object

Configuration for connecting to a RabbitMQ broker.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def host: String

The host RabbitMQ broker is running on.

The host RabbitMQ broker is running on.

Attributes

def password: String

The password to authenticate with the RabbitMQ broker.

The password to authenticate with the RabbitMQ broker.

Attributes

def port: Int

The port RabbitMQ broker is listening on.

The port RabbitMQ broker is listening on.

Attributes

def username: String

The username to authenticate with the RabbitMQ broker.

The username to authenticate with the RabbitMQ broker.

Attributes

def virtualHost: String

The virtual host to connect to on the RabbitMQ broker.

The virtual host to connect to on the RabbitMQ broker.

Attributes