Envelope

lepus.client.Envelope
See theEnvelope companion object
final case class Envelope[T](exchange: ExchangeName, routingKey: ShortString, mandatory: Boolean, message: Message[T])

Attributes

Companion:
object
Source:
MessageTypes.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def toRaw(using enc: MessageEncoder[T]): EnvelopeRaw
Extension method from Envelope

Attributes

Source:
MessageTypes.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product