Annotation Type RequestType
-
@Target(METHOD) @Retention(RUNTIME) @Documented @Inherited public @interface RequestType
An annotation to indicate the request type of a gRPC method.
-
-
Element Detail
-
value
Class value
Obtain the gRPC request type.- Returns:
- the gRPC request type
-
-