Class ChannelProducer
java.lang.Object
io.helidon.microprofile.grpc.client.ChannelProducer
A producer of gRPC 
Channels.- 
Method SummaryModifier and TypeMethodDescriptionio.grpc.Channelget(InjectionPoint injectionPoint) Produces a gRPCChannel.io.grpc.ChannelProduces the default gRPCChannel.
- 
Method Details- 
getProduces a gRPCChannel.- Parameters:
- injectionPoint- the injection point
- Returns:
- a gRPC Channel
 
- 
getDefaultChannelProduces the default gRPCChannel.- Returns:
- the default gRPC Channel
 
 
-