- 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
-
Element Details
-
value
String valueThe name of the configured channel.- Returns:
- name of the channel
-