- 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 SummaryRequired Elements
- 
Element Details- 
valueString valueThe name of the configured channel.- Returns:
- name of the channel
 
 
-