Annotation Interface RestateService


@Target(TYPE) @Retention(RUNTIME) @Service @RestateComponent public @interface RestateService
Proxy annotation for Service, to avoid naming clashes with Spring's built in annotations
See Also:
  • Optional Element Summary

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

    • name

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