Uses of Interface
io.vertx.grpc.common.ServiceName
Packages that use ServiceName
Package
Description
-
Uses of ServiceName in io.vertx.grpc.client
Methods in io.vertx.grpc.client with parameters of type ServiceNameModifier and TypeMethodDescriptionGrpcClientRequest.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 ServiceNameModifier and TypeMethodDescriptionstatic ServiceNameCreate a service name from its fully qualified name, e.gcom.examples.MyServicestatic ServiceNameCreate a service name from its package name and nameServiceMethod.serviceName()Methods in io.vertx.grpc.common with parameters of type ServiceNameModifier and TypeMethodDescriptionstatic <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.event.v1alpha
Fields in io.vertx.grpc.event.v1alpha declared as ServiceNameModifier and TypeFieldDescriptionstatic final ServiceNameEventBusBridgeGrpcService.SERVICE_NAMEEventBusBridge service name.Methods in io.vertx.grpc.event.v1alpha that return ServiceName -
Uses of ServiceName in io.vertx.grpc.reflection
Methods in io.vertx.grpc.reflection that return ServiceName -
Uses of ServiceName in io.vertx.grpc.server
Methods in io.vertx.grpc.server that return ServiceNameModifier and TypeMethodDescriptionService.name()Get the name of the service.GrpcServerRequest.serviceName()Methods in io.vertx.grpc.server with parameters of type ServiceNameModifier and TypeMethodDescriptionstatic ServiceBuilderService.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 ServiceNameModifier and TypeMethodDescriptionGrpcClientRequest.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 -
Uses of ServiceName in io.vertx.rxjava3.grpc.client
Methods in io.vertx.rxjava3.grpc.client with parameters of type ServiceNameModifier and TypeMethodDescriptionGrpcClientRequest.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