package keygenerator
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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
- object KeyGeneratorMethodOptions extends GeneratedMessageCompanion[KeyGeneratorMethodOptions]
- object KeygeneratorProto extends GeneratedFileObject