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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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 withHeaders(value: FieldTable): Message[T]

Attributes

Source
MessageTypes.scala

Attributes

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

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
def withReplyTo(value: ShortString): Message[T]

Attributes

Source
MessageTypes.scala
def withTimestamp(value: Timestamp): Message[T]

Attributes

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

Attributes

Source
MessageTypes.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product