Uses of Interface
io.helidon.webserver.grpc.GrpcService.Routing
-
Uses of GrpcService.Routing in io.helidon.webserver.grpc
Modifier 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.Modifier and TypeMethodDescriptionvoid
GrpcService.update
(GrpcService.Routing routing) Update routing.