ExchangeType

nl.vroste.zio.amqp.model.ExchangeType$
See theExchangeType companion trait
object ExchangeType

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Custom(`type`: String) extends ExchangeType

Attributes

Supertypes
trait ExchangeType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Direct extends ExchangeType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ExchangeType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Direct.type
case object Fanout extends ExchangeType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ExchangeType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Fanout.type
case object Headers extends ExchangeType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ExchangeType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Headers.type
case object Topic extends ExchangeType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait ExchangeType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Topic.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit def represent(`type`: ExchangeType): String