Package io.micronaut.grpc.annotation
Annotation Interface GrpcChannel
An annotation that can be used to inject a GRPC 
ManagedChannel.- Since:
 - 1.0
 - Author:
 - graemerocher
 
- 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
value
- Returns:
 - The URL or service ID of the remote service
 
- Default:
 - ""
 
 - 
id
- Returns:
 - The ID of the client
 
- Default:
 - ""
 
 
 -