VirtualObject

Annotation to define a class/interface as Restate VirtualObject. This triggers the code generation of the related Client class and the .

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 VirtualObject for Restate.
Link copied to clipboard
abstract fun toString(): String