Uses of Interface
io.vertx.grpcio.server.GrpcIoServer
-
Packages that use GrpcIoServer Package Description io.vertx.grpcio.server -
-
Uses of GrpcIoServer in io.vertx.grpcio.server
Methods in io.vertx.grpcio.server that return GrpcIoServer Modifier and Type Method Description <Req,Resp>
GrpcIoServerGrpcIoServer. callHandler(MethodDescriptor<Req,Resp> methodDesc, Handler<GrpcServerRequest<Req,Resp>> handler)
Set a service method call handler that handles any call made to the server for theMethodDescriptor
service method.GrpcIoServer
GrpcIoServer. callHandler(Handler<GrpcServerRequest<Buffer,Buffer>> handler)
static GrpcIoServer
GrpcIoServer. server(Vertx vertx)
Create a blank gRPC server with default options.static GrpcIoServer
GrpcIoServer. server(Vertx vertx, GrpcServerOptions options)
Create a blank gRPC server with specified options.Methods in io.vertx.grpcio.server with parameters of type GrpcIoServer Modifier and Type Method Description void
GrpcIoServiceBridge. bind(GrpcIoServer server)
Bind all service methods to the @{code server}.void
GrpcIoServiceBridge. unbind(GrpcIoServer server)
Unbind all service methods from the @{code server}.
-