Package | Description |
---|---|
io.vertx.grpc.server | |
io.vertx.reactivex.grpc.server | |
io.vertx.rxjava.grpc.server | |
io.vertx.rxjava3.grpc.server |
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. |
static GrpcServer |
GrpcServer.server(Vertx vertx)
Create a blank gRPC server
|
Modifier and Type | Method and Description |
---|---|
void |
GrpcServiceBridge.bind(GrpcServer server)
Bind all service methods to the @{code server}.
|
void |
GrpcServiceBridge.unbind(GrpcServer server)
Unbind all service methods from the @{code server}.
|
Modifier and Type | Method and Description |
---|---|
GrpcServer |
GrpcServer.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static GrpcServer |
GrpcServer.newInstance(GrpcServer arg) |
Constructor and Description |
---|
GrpcServer(GrpcServer delegate) |
Modifier and Type | Method and Description |
---|---|
GrpcServer |
GrpcServer.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static GrpcServer |
GrpcServer.newInstance(GrpcServer arg) |
Constructor and Description |
---|
GrpcServer(GrpcServer delegate) |
Modifier and Type | Method and Description |
---|---|
GrpcServer |
GrpcServer.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static GrpcServer |
GrpcServer.newInstance(GrpcServer arg) |
Constructor and Description |
---|
GrpcServer(GrpcServer delegate) |
Copyright © 2023 Eclipse. All rights reserved.