package entity
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Command(entityId: String = "", id: Long = 0L, name: String = "", payload: Option[Any] = _root_.scala.None, metadata: Option[Metadata] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Command] with Product with Serializable
A command.
A command. For each command received, a reply must be sent with a matching command id.
- entityId
The ID of the entity instance this command is addressed to
- id
A command id.
- name
Command name
- payload
The command payload.
- metadata
The command metadata. Not all transports support per message metadata, for example, gRPC doesn't. The Kalix proxy MAY include metadata from other locations in this case, for example, in gRPC, a unary call MAY have the HTTP request headers attached to the command, while a streamed call MAY have the HTTP request headers attached as the metadata for either the first command, or every command. This specification leaves this behavior undefined.
- Annotations
- @SerialVersionUID()
Value Members
- object Command extends GeneratedMessageCompanion[Command]
- object EntityProto extends GeneratedFileObject