Package dev.restate.sdk.springboot
Annotation Interface RestateVirtualObject
@Target(TYPE)
@Retention(RUNTIME)
@VirtualObject
@RestateComponent
public @interface RestateVirtualObject
Proxy annotation for
VirtualObject
.- See Also:
-
Optional Element Summary
-
Element Details
-
name
String nameName of the VirtualObject for Restate. If not provided, it will be the simple class name of the annotated element.- Default:
""
-