Uses of Class
io.vertx.reactivex.grpc.common.ServiceName
-
Packages that use ServiceName Package Description io.vertx.reactivex.grpc.client io.vertx.reactivex.grpc.common io.vertx.reactivex.grpc.server -
-
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.common
Fields in io.vertx.reactivex.grpc.common with type parameters of type ServiceName Modifier and Type Field Description static TypeArg<ServiceName>ServiceName. __TYPE_ARGMethods in io.vertx.reactivex.grpc.common that return ServiceName Modifier and Type Method Description static ServiceNameServiceName. create(String fqn)Create a service name from its fully qualified name, e.gcom.examples.MyServicestatic ServiceNameServiceName. create(String packageName, String name)Create a service name from its package name and namestatic ServiceNameServiceName. newInstance(ServiceName arg) -
Uses of ServiceName in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server that return ServiceName Modifier and Type Method Description ServiceNameGrpcServerRequest. serviceName()
-