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