Annotation Interface Grpc.GrpcChannel

Enclosing interface:
Grpc

@Target({TYPE,METHOD,CONSTRUCTOR,FIELD,PARAMETER}) @Retention(RUNTIME) @Deprecated(since="27.0.0", forRemoval=true) public static @interface Grpc.GrpcChannel
Deprecated, for removal: This API element is subject to removal in a future version.
use io.helidon.microprofile.grpc.client.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
    Deprecated, for removal: This API element is subject to removal in a future version.
    The name of the configured channel.
  • Element Details

    • value

      String value
      Deprecated, for removal: This API element is subject to removal in a future version.
      The name of the configured channel.
      Returns:
      name of the channel