lepus.protocol.QueueClass$
See theQueueClass companion trait
object QueueClass
Attributes
- Companion:
- trait
- Source:
- Classes.scala
- Graph
- Supertypes
- Self type
- QueueClass.type
Members list
Concise view
Type members
Classlikes
final case class Bind(queue: QueueName, exchange: ExchangeName, routingKey: ShortString, noWait: NoWait, arguments: FieldTable) extends QueueClass with Sync with ClientMethod with Request
Attributes
- Source:
- Classes.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Requesttrait ClientMethodtrait Synctrait QueueClassclass Methodclass Objecttrait Matchableclass Any
Attributes
- Source:
- Classes.scala
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Responsetrait ServerMethodtrait Synctrait QueueClassclass Methodclass Objecttrait Matchableclass Any
- Self type
- BindOk.type
final case class Declare(queue: QueueName, passive: Boolean, durable: Boolean, exclusive: Boolean, autoDelete: Boolean, noWait: NoWait, arguments: FieldTable) extends QueueClass with Sync with ClientMethod with Request
Attributes
- Source:
- Classes.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Requesttrait ClientMethodtrait Synctrait QueueClassclass Methodclass Objecttrait Matchableclass Any
final case class DeclareOk(queue: QueueName, messageCount: MessageCount, consumerCount: Int) extends QueueClass with Sync with ServerMethod with Response
Attributes
- Source:
- Classes.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Responsetrait ServerMethodtrait Synctrait QueueClassclass Methodclass Objecttrait Matchableclass Any
Attributes
- Source:
- Classes.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Requesttrait ClientMethodtrait Synctrait QueueClassclass Methodclass Objecttrait Matchableclass Any
final case class DeleteOk(messageCount: MessageCount) extends QueueClass with Sync with ServerMethod with Response
Attributes
- Source:
- Classes.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Responsetrait ServerMethodtrait Synctrait QueueClassclass Methodclass Objecttrait Matchableclass Any
final case class Purge(queue: QueueName, noWait: NoWait) extends QueueClass with Sync with ClientMethod with Request
Attributes
- Source:
- Classes.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Requesttrait ClientMethodtrait Synctrait QueueClassclass Methodclass Objecttrait Matchableclass Any
final case class PurgeOk(messageCount: MessageCount) extends QueueClass with Sync with ServerMethod with Response
Attributes
- Source:
- Classes.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Responsetrait ServerMethodtrait Synctrait QueueClassclass Methodclass Objecttrait Matchableclass Any
final case class Unbind(queue: QueueName, exchange: ExchangeName, routingKey: ShortString, arguments: FieldTable) extends QueueClass with Sync with ClientMethod with Request
Attributes
- Source:
- Classes.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Requesttrait ClientMethodtrait Synctrait QueueClassclass Methodclass Objecttrait Matchableclass Any
Attributes
- Source:
- Classes.scala
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Responsetrait ServerMethodtrait Synctrait QueueClassclass Methodclass Objecttrait Matchableclass Any
- Self type
- UnbindOk.type
Inherited types
The names of the product elements
The name of the type