Package dev.restate.sdk.annotation
Annotation Interface Service
Annotation to define a class/interface as Restate Service. This triggers the code generation of
the related Client class and the
ServiceDefinitionFactory
.-
Optional Element Summary
-
Element Details
-
name
String nameName of the Service for Restate. If not provided, it will be the simple class name of the annotated element.- Default:
""
-