Package | Description |
---|---|
io.vertx.grpcio.server | |
io.vertx.reactivex.grpcio.server | |
io.vertx.rxjava.grpcio.server | |
io.vertx.rxjava3.grpcio.server |
Modifier and Type | Method and Description |
---|---|
<Req,Resp> GrpcIoServer |
GrpcIoServer.callHandler(io.grpc.MethodDescriptor<Req,Resp> methodDesc,
Handler<GrpcServerRequest<Req,Resp>> handler)
Set a service method call handler that handles any call made to the server for the
MethodDescriptor service method. |
static GrpcIoServer |
GrpcIoServer.server(Vertx vertx)
Create a blank gRPC/IO server
|
static GrpcIoServer |
GrpcIoServer.server(Vertx vertx,
GrpcServerOptions options)
Create a blank gRPC/IO server
|
Modifier and Type | Method and 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}.
|
Modifier and Type | Method and Description |
---|---|
GrpcIoServer |
GrpcIoServer.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static GrpcIoServer |
GrpcIoServer.newInstance(GrpcIoServer arg) |
Constructor and Description |
---|
GrpcIoServer(GrpcIoServer delegate) |
Modifier and Type | Method and Description |
---|---|
GrpcIoServer |
GrpcIoServer.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static GrpcIoServer |
GrpcIoServer.newInstance(GrpcIoServer arg) |
Constructor and Description |
---|
GrpcIoServer(GrpcIoServer delegate) |
Modifier and Type | Method and Description |
---|---|
GrpcIoServer |
GrpcIoServer.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static GrpcIoServer |
GrpcIoServer.newInstance(GrpcIoServer arg) |
Constructor and Description |
---|
GrpcIoServer(GrpcIoServer delegate) |
Copyright © 2024 Eclipse. All rights reserved.