Uses of Interface
io.vertx.grpc.common.ServiceName
-
-
Uses of ServiceName in io.vertx.grpc.client
Methods in io.vertx.grpc.client with parameters of type ServiceName Modifier and Type Method Description GrpcClientRequest<Req,Resp>
GrpcClientRequest. serviceName(ServiceName serviceName)
Set the service name to call. -
Uses of ServiceName in io.vertx.grpc.common
Methods in io.vertx.grpc.common that return ServiceName Modifier and Type Method Description static ServiceName
ServiceName. create(String fqn)
Create a service name from its fully qualified name, e.gcom.examples.MyService
static ServiceName
ServiceName. create(String packageName, String name)
Create a service name from its package name and nameServiceName
ServiceMethod. serviceName()
Methods in io.vertx.grpc.common with parameters of type ServiceName Modifier and Type Method 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)
-
Uses of ServiceName in io.vertx.grpc.server
Methods in io.vertx.grpc.server that return ServiceName Modifier and Type Method Description ServiceName
Service. name()
Get the name of the service.ServiceName
GrpcServerRequest. serviceName()
Methods in io.vertx.grpc.server with parameters of type ServiceName Modifier and Type Method Description static ServiceBuilder
Service. service(ServiceName serviceName, com.google.protobuf.Descriptors.ServiceDescriptor descriptor)
Creates a new Service instance with the specified service name and descriptor. -
Uses of ServiceName in io.vertx.reactivex.grpc.client
Methods in io.vertx.reactivex.grpc.client with parameters of type ServiceName Modifier and Type Method Description GrpcClientRequest<Req,Resp>
GrpcClientRequest. serviceName(ServiceName serviceName)
Set the service name to call. -
Uses of ServiceName in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server that return ServiceName Modifier and Type Method Description ServiceName
GrpcServerRequest. serviceName()
-
Uses of ServiceName in io.vertx.rxjava3.grpc.client
Methods in io.vertx.rxjava3.grpc.client with parameters of type ServiceName Modifier and Type Method Description GrpcClientRequest<Req,Resp>
GrpcClientRequest. serviceName(ServiceName serviceName)
Set the service name to call. -
Uses of ServiceName in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.grpc.server that return ServiceName Modifier and Type Method Description ServiceName
GrpcServerRequest. serviceName()
-