Annotation Interface Grpc.Bidirectional

Enclosing interface:
Grpc

@Target(METHOD) @Retention(RUNTIME) @GrpcMethod(BIDI_STREAMING) @Documented @Inherited public static @interface Grpc.Bidirectional
An annotation to mark a class as representing a bi-directional streaming gRPC method.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Obtain the name of the method.
  • Element Details

    • value

      String value
      Obtain the name of the method.

      If not set the name of the actual annotated method is used.

      Returns:
      name of the method
      Default:
      ""