Message

lepus.client.Message
See theMessage companion object
final case class Message[T](payload: T, properties: Properties)

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: EnvelopeEncoder[T]): MessageRaw
Extension method from Message

Attributes

Source:
MessageTypes.scala
def withAppId(value: ShortString): Message[T]

Attributes

Source:
MessageTypes.scala

Attributes

Source:
MessageTypes.scala

Attributes

Source:
MessageTypes.scala

Attributes

Source:
MessageTypes.scala

Attributes

Source:
MessageTypes.scala

Attributes

Source:
MessageTypes.scala

Attributes

Source:
MessageTypes.scala
def withPayload[A](value: A): Message[A]

Attributes

Source:
MessageTypes.scala
def withPriority(value: Priority): Message[T]

Attributes

Source:
MessageTypes.scala

Attributes

Source:
MessageTypes.scala

Attributes

Source:
MessageTypes.scala

Attributes

Source:
MessageTypes.scala

Attributes

Source:
MessageTypes.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product