package idgenerator
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class IdGeneratorMethodOptions(algorithm: Generator = kalix.keygenerator.KeyGeneratorMethodOptions.Generator.UNSPECIFIED, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[IdGeneratorMethodOptions] with Product with Serializable
- algorithm
Indicates that Kalix should generate an id when this method is invoked. The id can be used as an entity id or a workflow id. The generated id will be accessible via the entity or workflow context supplied in the SDK. The incoming message MUST NOT declare an 'entity_key' nor a 'id' annotated field, if it does, an error will be raised.
- Annotations
- @SerialVersionUID()
Value Members
- object IdGeneratorMethodOptions extends GeneratedMessageCompanion[IdGeneratorMethodOptions]
- object IdgeneratorProto extends GeneratedFileObject