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 TypeMethodDescriptionlongDeprecated, for removal: This API element is subject to removal in a future version.Just use the random provided by the context API.toString()
-
Method Details
-
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
-