Workflow

Annotation to define a class/interface as Restate Workflow. This triggers the code generation of the related Client class and the . When defining a class/interface as workflow, you must annotate one of its methods too as Workflow.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun name(): String
Name of the Workflow for Restate.
Link copied to clipboard
abstract fun toString(): String