Uses of Interface
io.vertx.grpc.server.GrpcServer
-
Packages that use GrpcServer Package Description io.vertx.grpc.server io.vertx.grpcio.server io.vertx.reactivex.grpc.server io.vertx.rxjava3.grpc.server -
-
Uses of GrpcServer in io.vertx.grpc.server
Methods in io.vertx.grpc.server that return GrpcServer Modifier and Type Method Description GrpcServer
GrpcServer. callHandler(Handler<GrpcServerRequest<Buffer,Buffer>> handler)
Set a call handler that handles any call made to the server.<Req,Resp>
GrpcServerGrpcServer. callHandler(ServiceMethod<Req,Resp> serviceMethod, Handler<GrpcServerRequest<Req,Resp>> handler)
Set a service method call handler that handles any call made to the server for thefullMethodName
service method.static GrpcServer
GrpcServer. server(Vertx vertx)
Create a blank gRPC server with default options.static GrpcServer
GrpcServer. server(Vertx vertx, GrpcServerOptions options)
Create a blank gRPC server with specified options. -
Uses of GrpcServer in io.vertx.grpcio.server
Subinterfaces of GrpcServer in io.vertx.grpcio.server Modifier and Type Interface Description interface
GrpcIoServer
A gRPC server based on Vert.x HTTP server. -
Uses of GrpcServer in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server that return GrpcServer Modifier and Type Method Description GrpcServer
GrpcServer. getDelegate()
Methods in io.vertx.reactivex.grpc.server with parameters of type GrpcServer Modifier and Type Method Description static GrpcServer
GrpcServer. newInstance(GrpcServer arg)
Constructors in io.vertx.reactivex.grpc.server with parameters of type GrpcServer Constructor Description GrpcServer(GrpcServer delegate)
-
Uses of GrpcServer in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.grpc.server that return GrpcServer Modifier and Type Method Description GrpcServer
GrpcServer. getDelegate()
Methods in io.vertx.rxjava3.grpc.server with parameters of type GrpcServer Modifier and Type Method Description static GrpcServer
GrpcServer. newInstance(GrpcServer arg)
Constructors in io.vertx.rxjava3.grpc.server with parameters of type GrpcServer Constructor Description GrpcServer(GrpcServer delegate)
-