Package | Description |
---|---|
io.vertx.grpc.client | |
io.vertx.grpc.common | |
io.vertx.grpc.server | |
io.vertx.reactivex.grpc.common | |
io.vertx.rxjava.grpc.common | |
io.vertx.rxjava3.grpc.common |
Modifier and Type | Method and Description |
---|---|
GrpcClientRequest<Req,Resp> |
GrpcClientRequest.serviceName(ServiceName serviceName)
Set the service name to call.
|
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
|
Modifier and Type | Method and Description |
---|---|
ServiceName |
GrpcServerRequest.serviceName() |
Modifier and Type | Method and Description |
---|---|
ServiceName |
ServiceName.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ServiceName |
ServiceName.newInstance(ServiceName arg) |
Constructor and Description |
---|
ServiceName(ServiceName delegate) |
Modifier and Type | Method and Description |
---|---|
ServiceName |
ServiceName.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ServiceName |
ServiceName.newInstance(ServiceName arg) |
Constructor and Description |
---|
ServiceName(ServiceName delegate) |
Modifier and Type | Method and Description |
---|---|
ServiceName |
ServiceName.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ServiceName |
ServiceName.newInstance(ServiceName arg) |
Constructor and Description |
---|
ServiceName(ServiceName delegate) |
Copyright © 2023 Eclipse. All rights reserved.