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 GrpcServerGrpcServer. 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 thefullMethodNameservice method.static GrpcServerGrpcServer. server(Vertx vertx)Create a blank gRPC server with default options.static GrpcServerGrpcServer. 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 interfaceGrpcIoServerA 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 GrpcServerGrpcServer. getDelegate()Methods in io.vertx.reactivex.grpc.server with parameters of type GrpcServer Modifier and Type Method Description static GrpcServerGrpcServer. 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 GrpcServerGrpcServer. getDelegate()Methods in io.vertx.rxjava3.grpc.server with parameters of type GrpcServer Modifier and Type Method Description static GrpcServerGrpcServer. newInstance(GrpcServer arg)Constructors in io.vertx.rxjava3.grpc.server with parameters of type GrpcServer Constructor Description GrpcServer(GrpcServer delegate)
-