Packages

p

kalix

idgenerator

package idgenerator

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

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

  1. object IdGeneratorMethodOptions extends GeneratedMessageCompanion[IdGeneratorMethodOptions]
  2. object IdgeneratorProto extends GeneratedFileObject

Ungrouped