Interface InvocationId


public interface InvocationId
This represents a stable identifier created by Restate for this invocation. It can be used as idempotency key when accessing external systems.

You can embed it in external system requests by using toString().

  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    long
     
     
  • Method Details Link icon

    • toRandomSeed Link icon

      long toRandomSeed()
      Returns:
      a seed to be used with Random.
    • toString Link icon

      String toString()
      Overrides:
      toString in class Object