Annotation Type Bidirectional
- 
@Target(METHOD) @Retention(RUNTIME) @GrpcMethod(type=BIDI_STREAMING) @Documented @Inherited public @interface Bidirectional
An annotation to mark a class as representing a bi-directional streaming gRPC method. 
- 
- 
Element Detail
- 
name
String name
Obtain the name of the method.If not set the name of the actual annotated method is used.
- Returns:
 - name of the method
 
- Default:
 - ""
 
 
 - 
 
 -