- Enclosing interface:
Grpc
@Target(METHOD)
@Retention(RUNTIME)
@Documented
@Inherited
public static @interface Grpc.ResponseType
An annotation to indicate the response type of gRPC method.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> valueObtain the gRPC response type.- Returns:
- the gRPC response type
-