Package | Description |
---|---|
io.vertx.rxjava3.grpc.client | |
io.vertx.rxjava3.grpc.common | |
io.vertx.rxjava3.grpc.server |
Modifier and Type | Method and Description |
---|---|
<Req,Resp> Single<GrpcClientRequest<Req,Resp>> |
GrpcClient.request(SocketAddress server,
ServiceMethod<Resp,Req> method)
Connect to the remote
server and create a request for any hosted gRPC service. |
<Req,Resp> Single<GrpcClientRequest<Req,Resp>> |
GrpcClient.rxRequest(SocketAddress server,
ServiceMethod<Resp,Req> method)
Connect to the remote
server and create a request for any hosted gRPC service. |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ServiceMethod> |
ServiceMethod.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static <Req,Resp> ServiceMethod<Resp,Req> |
ServiceMethod.client(ServiceName serviceName,
String methodName,
GrpcMessageEncoder<Req> encoder,
GrpcMessageDecoder<Resp> decoder) |
static <I,O> ServiceMethod<I,O> |
ServiceMethod.newInstance(ServiceMethod arg) |
static <I,O> ServiceMethod<I,O> |
ServiceMethod.newInstance(ServiceMethod arg,
io.vertx.lang.rx.TypeArg<I> __typeArg_I,
io.vertx.lang.rx.TypeArg<O> __typeArg_O) |
static <Req,Resp> ServiceMethod<Req,Resp> |
ServiceMethod.server(ServiceName serviceName,
String methodName,
GrpcMessageEncoder<Resp> encoder,
GrpcMessageDecoder<Req> decoder) |
Modifier and Type | Method and Description |
---|---|
<Req,Resp> GrpcServer |
GrpcServer.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 the
fullMethodName service method. |
Copyright © 2024 Eclipse. All rights reserved.