CommandMessage

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

Value members

Concrete methods

Extension method from CommandMessage

Builds a request context from this CommandMessage

Builds a request context from this CommandMessage

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

Inherited methods

Inherited from:
Product