Packages

p

kalix

keygenerator

package keygenerator

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class KeyGeneratorMethodOptions(keyGenerator: Generator = kalix.keygenerator.KeyGeneratorMethodOptions.Generator.UNSPECIFIED, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[KeyGeneratorMethodOptions] with Product with Serializable

    keyGenerator

    Indicates that Kalix should generate a key when this method is invoked. The key can is then used as an entity key or a workflow key. The generated key will be accessible via the entity or workflow context supplied in the SDK. The incoming message MUST NOT declare an entity_key nor a workflow_key annotated field, if it does, an error will be raised.

    Annotations
    @SerialVersionUID()

Value Members

  1. object KeyGeneratorMethodOptions extends GeneratedMessageCompanion[KeyGeneratorMethodOptions]
  2. object KeygeneratorProto extends GeneratedFileObject

Ungrouped