Annotation Interface Grpc.GrpcChannel

Enclosing interface:
Grpc

@Target({TYPE,METHOD,CONSTRUCTOR,FIELD,PARAMETER}) @Retention(RUNTIME) public static @interface Grpc.GrpcChannel
An annotation that can be used to specify the name of a configured gRPC channel.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the configured channel.
  • Element Details

    • value

      String value
      The name of the configured channel.
      Returns:
      name of the channel