Uses of Annotation Interface
io.helidon.microprofile.grpc.core.InProcessGrpcChannel
Package
Description
Microprofile 1.0 gRPC server implementation.
-
Uses of InProcessGrpcChannel in io.helidon.microprofile.grpc.server
Modifier and TypeMethodDescriptionio.grpc.Channel
GrpcServerCdiExtension.ServerProducer.channel()
Produces an in-processChannel
to connect to the running gRPC server.io.grpc.inprocess.InProcessChannelBuilder
GrpcServerCdiExtension.ServerProducer.channelBuilder()
Produces an in-processInProcessChannelBuilder
to connect to the running gRPC server.