Package dev.restate.sdk.annotation
Annotation Interface Workflow
Annotation to define a class/interface as Restate Workflow. This triggers the code generation of
the related Client class and the
ServiceDefinitionFactory
. When defining a
class/interface as workflow, you must annotate one of its methods too as Workflow
.-
Optional Element Summary
Optional Elements
-
Element Details
-
name
Deprecated, for removal: This API element is subject to removal in a future version.use theName
annotation instead. Note: if you were using a name override, this won't influence anymore the prefix of the generated class.- Default:
""
-
Name
annotation instead.