QueueWorker

fun QueueWorker(config: QueueConfig)

Instantiates a new QueueWorker based on the given configuration.

Parameters

config

Configuration for the RabbitMQ connections.


fun QueueWorker(action: QueueConfig.() -> Unit)

Instantiates a new QueueWorker using the given action to configure the RabbitMQ connections.

Parameters

action

Action used to configure the RabbitMQ connections.