Package dev.restate.sdk.common
Interface InvocationId
-
public interface InvocationIdThis 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longtoRandomSeed()java.lang.StringtoString()
-