Package | Description |
---|---|
io.vertx.grpc.client | |
io.vertx.grpc.common | |
io.vertx.grpc.server |
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() |
Copyright © 2023 Eclipse. All rights reserved.