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 io.vertx.lang.rx.TypeArg<ServiceName>
ServiceName. __TYPE_ARG
Methods in io.vertx.reactivex.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 namestatic ServiceName
ServiceName. newInstance(ServiceName arg)
ServiceName
ServiceMethod. serviceName()
Methods in io.vertx.reactivex.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.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server that return ServiceName Modifier and Type Method Description ServiceName
GrpcServerRequest. serviceName()
-