final case class CommandMessage[+C](id: String, time: Instant, address: String, payload: C, metadata: MessageMetadata)
Representation of a standard command message
- Type parameters:
- C
Command payload which is your command model
- Companion:
- object
- Source:
- RequestContext.scala
Value members
Concrete methods
Extension method from CommandMessage
Builds a request context from this CommandMessage
Builds a request context from this CommandMessage
- Source:
- RequestContext.scala
Extension method from CommandMessage
Derives a new metadata for the next message in chain that is linked to this one
Derives a new metadata for the next message in chain that is linked to this one
- Source:
- RequestContext.scala