Interface InvocationId


public interface InvocationId
This represents a stable identifier created by Restate for this invocation.

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

  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Deprecated, for removal: This API element is subject to removal in a future version.
    Just use the random provided by the context API.
     
  • Method Details

    • toRandomSeed

      @Deprecated(forRemoval=true) long toRandomSeed()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Just use the random provided by the context API.
    • toString

      String toString()
      Overrides:
      toString in class Object