Package io.helidon.microprofile.grpc.client
gRPC client microprofile classes.
-
Class Summary Class Description ChannelProducer A producer of gRPCChannels
.GrpcChannel.Literal AnAnnotationLiteral
for theGrpcChannel
annotation.GrpcClientCdiExtension A CDI extension to add gRPC client functionality.GrpcProxy.Literal AnAnnotationLiteral
for theGrpcProxy
annotation.GrpcProxyBuilder<T> A builder for gRPC clients dynamic proxies. -
Annotation Types Summary Annotation Type Description GrpcChannel A qualifier annotation that can be used to specify the name of a configured gRPC channel to inject, or the name of the host to connect to, as described inGrpcChannelsProvider.channel(String)
documentation.GrpcProxy A qualifier annotation used to mark an injection point for a gRPC service client proxy.