Annotation Interface Grpc.RequestType

Enclosing interface:
Grpc

@Target(METHOD) @Retention(RUNTIME) @Documented @Inherited public static @interface Grpc.RequestType
An annotation to indicate the request type of gRPC method.
  • Required Element Summary

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

    • value

      Class<?> value
      Obtain the gRPC request type.
      Returns:
      the gRPC request type