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.
An annotation that can be used to specify the name of a configured gRPC channel.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueDeprecated, for removal: This API element is subject to removal in a future version.The name of the configured channel.- Returns:
- name of the channel
-
io.helidon.microprofile.grpc.client.GrpcChannel.