Annotation Interface RestateVirtualObject


@Target(TYPE) @Retention(RUNTIME) @VirtualObject @RestateComponent public @interface RestateVirtualObject
Proxy annotation for VirtualObject.
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Name of the VirtualObject for Restate.
  • Element Details

    • name

      String name
      Name of the VirtualObject for Restate. If not provided, it will be the simple class name of the annotated element.
      Default:
      ""