Packages

p

zio.amqp

model

package model

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. model
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. 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
  2. type AmqpUri = model.AmqpUri.Type
  3. type ConsumerTag = model.ConsumerTag.Type
  4. type DeliveryTag = model.DeliveryTag.Type
  5. type ExchangeName = model.ExchangeName.Type
  6. sealed trait ExchangeType extends Product with Serializable
  7. type QueueName = model.QueueName.Type
  8. type RoutingKey = model.RoutingKey.Type

Value Members

  1. object AMQPConfig extends Serializable
  2. object AmqpUri extends Subtype[URI]
  3. object ConsumerTag extends Newtype[String]
  4. object DeliveryTag extends Subtype[Long]
  5. object ExchangeName extends Newtype[String]
  6. object ExchangeType extends Serializable
  7. object QueueName extends Newtype[String]
  8. object RoutingKey extends Newtype[String]

Inherited from AnyRef

Inherited from Any

Ungrouped