Package | Description |
---|---|
io.vertx.rxjava3.grpc.client | |
io.vertx.rxjava3.grpc.common | |
io.vertx.rxjava3.grpc.server |
Modifier and Type | Method and Description |
---|---|
GrpcClientRequest<Req,Resp> |
GrpcClientRequest.serviceName(ServiceName serviceName)
Set the service name to call.
|
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ServiceName> |
ServiceName.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static ServiceName |
ServiceName.create(String fqn)
Create a service name from its fully qualified name, e.g
com.examples.MyService |
static ServiceName |
ServiceName.create(String packageName,
String name)
Create a service name from its package name and name
|
static ServiceName |
ServiceName.newInstance(ServiceName arg) |
ServiceName |
ServiceMethod.serviceName() |
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 <Req,Resp> ServiceMethod<Req,Resp> |
ServiceMethod.server(ServiceName serviceName,
String methodName,
GrpcMessageEncoder<Resp> encoder,
GrpcMessageDecoder<Req> decoder) |
Modifier and Type | Method and Description |
---|---|
ServiceName |
GrpcServerRequest.serviceName() |
Copyright © 2024 Eclipse. All rights reserved.