Uses of Interface
io.helidon.webserver.grpc.GrpcService.Routing
Packages that use GrpcService.Routing
-
Uses of GrpcService.Routing in io.helidon.webserver.grpc
Methods in io.helidon.webserver.grpc that return GrpcService.RoutingModifier and TypeMethodDescription<ReqT,ResT>
GrpcService.RoutingGrpcService.Routing.bidi(String methodName, io.grpc.stub.ServerCalls.BidiStreamingMethod<ReqT, ResT> method) Bidirectional route.<ReqT,ResT>
GrpcService.RoutingGrpcService.Routing.clientStream(String methodName, io.grpc.stub.ServerCalls.ClientStreamingMethod<ReqT, ResT> method) Client streaming route.<ReqT,ResT>
GrpcService.RoutingGrpcService.Routing.serverStream(String methodName, io.grpc.stub.ServerCalls.ServerStreamingMethod<ReqT, ResT> method) Server streaming route.<ReqT,ResT>
GrpcService.RoutingGrpcService.Routing.unary(String methodName, io.grpc.stub.ServerCalls.UnaryMethod<ReqT, ResT> method) Unary route.Methods in io.helidon.webserver.grpc with parameters of type GrpcService.RoutingModifier and TypeMethodDescriptionvoidGrpcService.update(GrpcService.Routing routing) Update routing.