Package | Description |
---|---|
io.vertx.grpc.server |
Modifier and Type | Method and Description |
---|---|
GrpcServerResponse<Req,Resp> |
GrpcServerResponse.drainHandler(Handler<Void> handler) |
GrpcServerResponse<Req,Resp> |
GrpcServerResponse.encoding(String encoding) |
GrpcServerResponse<Req,Resp> |
GrpcServerResponse.exceptionHandler(Handler<Throwable> handler) |
GrpcServerResponse<Req,Resp> |
GrpcServerRequest.response() |
GrpcServerResponse<Req,Resp> |
GrpcServerResponse.setWriteQueueMaxSize(int maxSize) |
GrpcServerResponse<Req,Resp> |
GrpcServerResponse.status(GrpcStatus status)
Set the grpc status response
|
Copyright © 2023 Eclipse. All rights reserved.