Handler

Annotate a method as Restate handler. This annotation can be used only on public methods of a class interface annotated with either Service, VirtualObject or Workflow. Within the same class/interface, two methods with the same name cannot both be annotated as handlers.

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 toString(): String