Builder

class Builder

Async Queue Config Builder

Builder class for constructing a new AsyncQueueConfig instance.

Author

Elizabeth Paige Harper https://github.com/foxcapades

Since

1.0.0

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var host: String?

Hostname for the target RabbitMQ instance.

Link copied to clipboard
var id: String?

Unique identifier for the queue.

Link copied to clipboard

RabbitMQ credentials password.

Link copied to clipboard
var port: Int

Port number for connecting to the target RabbitMQ instance.

Link copied to clipboard

RabbitMQ credentials username.

Link copied to clipboard

Number of worker threads to be used by consumers of the target queue.

Functions

Link copied to clipboard
Link copied to clipboard

Sets the RabbitMQ hostname for the queue.

Link copied to clipboard

Sets the unique identifier for the queue.

Link copied to clipboard

Sets the RabbitMQ credentials password for the queue.

Link copied to clipboard

Sets the RabbitMQ host port for the queue.

Link copied to clipboard

Sets the RabbitMQ credentials username for the queue.

Link copied to clipboard

Sets the number of worker threads to use as consumers for this queue.