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

Attributes

Source
MessageTypes.scala

Attributes

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

Attributes

Source
MessageTypes.scala

Attributes

Source
MessageTypes.scala

Attributes

Source
MessageTypes.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product