AMQPConfig

zio.amqp.model.AMQPConfig
See theAMQPConfig companion object
case class AMQPConfig(user: String, password: String, vhost: String, heartbeatInterval: Duration, ssl: Boolean, host: String, port: Short, connectionTimeout: Duration)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toUri: AmqpUri

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val encodedVhost: String