Package | Description |
---|---|
io.vertx.grpc.server |
Modifier and Type | Method and Description |
---|---|
GrpcServerRequest<Req,Resp> |
GrpcServerRequest.endHandler(Handler<Void> endHandler) |
GrpcServerRequest<Req,Resp> |
GrpcServerRequest.errorHandler(Handler<GrpcError> handler) |
GrpcServerRequest<Req,Resp> |
GrpcServerRequest.exceptionHandler(Handler<Throwable> handler) |
GrpcServerRequest<Req,Resp> |
GrpcServerRequest.fetch(long amount) |
GrpcServerRequest<Req,Resp> |
GrpcServerRequest.handler(Handler<Req> handler) |
GrpcServerRequest<Req,Resp> |
GrpcServerRequest.messageHandler(Handler<GrpcMessage> handler) |
GrpcServerRequest<Req,Resp> |
GrpcServerRequest.pause() |
GrpcServerRequest<Req,Resp> |
GrpcServerRequest.resume() |
Modifier and Type | Method and Description |
---|---|
GrpcServer |
GrpcServer.callHandler(Handler<GrpcServerRequest<Buffer,Buffer>> handler)
Set a call handler that handles any call made to the server.
|
<Req,Resp> GrpcServer |
GrpcServer.callHandler(io.grpc.MethodDescriptor<Req,Resp> methodDesc,
Handler<GrpcServerRequest<Req,Resp>> handler)
Set a service method call handler that handles any call call made to the server for the
MethodDescriptor service method. |
Copyright © 2023 Eclipse. All rights reserved.