Uses of Class
io.helidon.microprofile.grpc.core.InProcessGrpcChannel
-
Packages that use InProcessGrpcChannel Package Description io.helidon.microprofile.grpc.server Microprofile 1.0 gRPC server implementation. -
-
Uses of InProcessGrpcChannel in io.helidon.microprofile.grpc.server
Methods in io.helidon.microprofile.grpc.server with annotations of type InProcessGrpcChannel Modifier and Type Method Description io.grpc.ChannelGrpcServerCdiExtension.ServerProducer. channel()Produces an in-processChannelto connect to the running gRPC server.io.grpc.inprocess.InProcessChannelBuilderGrpcServerCdiExtension.ServerProducer. channelBuilder()Produces an in-processInProcessChannelBuilderto connect to the running gRPC server.
-