Annotation Interface ResponseType


@Target(METHOD) @Retention(RUNTIME) @Documented @Inherited public @interface ResponseType
An annotation to indicate the response type of a gRPC method.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Obtain the gRPC response type.
  • Element Details

    • value

      Class value
      Obtain the gRPC response type.
      Returns:
      the gRPC response type