Annotation Interface Name


@Target({METHOD,TYPE}) @Retention(SOURCE) public @interface Name
Name of the service/handler for Restate.

When not provided for a service, it will be the simple class name of the annotated element. When not provided for a handler, it will be the annotated method name.

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Default:
      ""