Packages

package entity

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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

  1. object Command extends GeneratedMessageCompanion[Command]
  2. object EntityProto extends GeneratedFileObject

Ungrouped