Uses of Interface
io.vertx.grpc.common.ServiceName
-
Packages that use ServiceName Package Description io.vertx.grpc.client io.vertx.grpc.common io.vertx.grpc.server io.vertx.reactivex.grpc.common io.vertx.rxjava3.grpc.common -
-
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
GrpcServerRequest. serviceName()
-
Uses of ServiceName in io.vertx.reactivex.grpc.common
Methods in io.vertx.reactivex.grpc.common that return ServiceName Modifier and Type Method Description ServiceName
ServiceName. getDelegate()
Methods in io.vertx.reactivex.grpc.common with parameters of type ServiceName Modifier and Type Method Description static ServiceName
ServiceName. newInstance(ServiceName arg)
Constructors in io.vertx.reactivex.grpc.common with parameters of type ServiceName Constructor Description ServiceName(ServiceName delegate)
-
Uses of ServiceName in io.vertx.rxjava3.grpc.common
Methods in io.vertx.rxjava3.grpc.common that return ServiceName Modifier and Type Method Description ServiceName
ServiceName. getDelegate()
Methods in io.vertx.rxjava3.grpc.common with parameters of type ServiceName Modifier and Type Method Description static ServiceName
ServiceName. newInstance(ServiceName arg)
Constructors in io.vertx.rxjava3.grpc.common with parameters of type ServiceName Constructor Description ServiceName(ServiceName delegate)
-