QueueClass

lepus.protocol.QueueClass
See theQueueClass companion trait
object QueueClass

Attributes

Companion
trait
Source
Classes.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
QueueClass.type

Members list

Type members

Classlikes

final case class Bind(queue: QueueName, exchange: ExchangeName, routingKey: ShortString, noWait: NoWait, arguments: FieldTable) extends QueueClass, Sync, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Sync
trait QueueClass
class Method
class Object
trait Matchable
class Any
Show all
case object BindOk extends QueueClass, Sync, ServerMethod, Response

Attributes

Source
Classes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Response
trait ServerMethod
trait Sync
trait QueueClass
class Method
class Object
trait Matchable
class Any
Show all
Self type
BindOk.type
final case class Declare(queue: QueueName, passive: Boolean, durable: Boolean, exclusive: Boolean, autoDelete: Boolean, noWait: NoWait, arguments: FieldTable) extends QueueClass, Sync, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Sync
trait QueueClass
class Method
class Object
trait Matchable
class Any
Show all
final case class DeclareOk(queue: QueueName, messageCount: MessageCount, consumerCount: Int) extends QueueClass, Sync, ServerMethod, Response

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Response
trait ServerMethod
trait Sync
trait QueueClass
class Method
class Object
trait Matchable
class Any
Show all
final case class Delete(queue: QueueName, ifUnused: Boolean, ifEmpty: Boolean, noWait: NoWait) extends QueueClass, Sync, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Sync
trait QueueClass
class Method
class Object
trait Matchable
class Any
Show all
final case class DeleteOk(messageCount: MessageCount) extends QueueClass, Sync, ServerMethod, Response

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Response
trait ServerMethod
trait Sync
trait QueueClass
class Method
class Object
trait Matchable
class Any
Show all
final case class Purge(queue: QueueName, noWait: NoWait) extends QueueClass, Sync, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Sync
trait QueueClass
class Method
class Object
trait Matchable
class Any
Show all
final case class PurgeOk(messageCount: MessageCount) extends QueueClass, Sync, ServerMethod, Response

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Response
trait ServerMethod
trait Sync
trait QueueClass
class Method
class Object
trait Matchable
class Any
Show all
final case class Unbind(queue: QueueName, exchange: ExchangeName, routingKey: ShortString, arguments: FieldTable) extends QueueClass, Sync, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Sync
trait QueueClass
class Method
class Object
trait Matchable
class Any
Show all
case object UnbindOk extends QueueClass, Sync, ServerMethod, Response

Attributes

Source
Classes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Response
trait ServerMethod
trait Sync
trait QueueClass
class Method
class Object
trait Matchable
class Any
Show all
Self type
UnbindOk.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala