ExchangeClass

lepus.protocol.ExchangeClass
See theExchangeClass companion trait
object ExchangeClass

Attributes

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

Members list

Type members

Classlikes

final case class Bind(destination: ExchangeName, source: ExchangeName, routingKey: ShortString, noWait: NoWait, arguments: FieldTable) extends ExchangeClass, Sync, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all
case object BindOk extends ExchangeClass, 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
class Method
class Object
trait Matchable
class Any
Show all
Self type
BindOk.type
final case class Declare(exchange: ExchangeName, `type`: ShortString, passive: Boolean, durable: Boolean, autoDelete: Boolean, internal: Boolean, noWait: NoWait, arguments: FieldTable) extends ExchangeClass, Sync, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all

Attributes

Source
Classes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Response
trait ServerMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all
Self type
DeclareOk.type
final case class Delete(exchange: ExchangeName, ifUnused: Boolean, noWait: NoWait) extends ExchangeClass, Sync, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all

Attributes

Source
Classes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Response
trait ServerMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all
Self type
DeleteOk.type
final case class Unbind(destination: ExchangeName, source: ExchangeName, routingKey: ShortString, noWait: NoWait, arguments: FieldTable) extends ExchangeClass, Sync, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all

Attributes

Source
Classes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Response
trait ServerMethod
trait Sync
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