- Enclosing interface:
Grpc
@Target(METHOD)
@Retention(RUNTIME)
@GrpcMethod(CLIENT_STREAMING)
@Documented
@Inherited
public static @interface Grpc.ClientStreaming
An annotation to mark a class as representing a client streaming gRPC method.
-
Optional Element Summary
-
Element Details
-
value
String valueObtain the name of the method.If not set the name of the actual annotated method is used.
- Returns:
- name of the method
- Default:
""
-