package model
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- model
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class AMQPConfig(user: String, password: String, vhost: String, heartbeatInterval: zio.Duration, ssl: Boolean, host: String, port: Short, connectionTimeout: zio.Duration) extends Product with Serializable
- type AmqpUri = model.AmqpUri.Type
- type ConsumerTag = model.ConsumerTag.Type
- type DeliveryTag = model.DeliveryTag.Type
- type ExchangeName = model.ExchangeName.Type
- sealed trait ExchangeType extends Product with Serializable
- type QueueName = model.QueueName.Type
- type RoutingKey = model.RoutingKey.Type
Value Members
- object AMQPConfig extends Serializable
- object AmqpUri extends Subtype[URI]
- object ConsumerTag extends Newtype[String]
- object DeliveryTag extends Subtype[Long]
- object ExchangeName extends Newtype[String]
- object ExchangeType extends Serializable
- object QueueName extends Newtype[String]
- object RoutingKey extends Newtype[String]