Queue

io.github.positionpal.consumer.QueueConsumer.Queue
case class Queue(name: String, exchanges: List[Exchange], routingKey: Option[String])

Represents a queue configuration including its name, associated exchanges, and an optional routing key.

Value parameters

exchanges

A list of exchanges associated with the queue.

name

The name of the queue.

routingKey

An optional routing key for message routing.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product