Uses of Interface
io.vertx.grpc.server.Service
-
Packages that use Service Package Description io.vertx.grpc.server io.vertx.grpcio.server io.vertx.reactivex.grpc.server io.vertx.rxjava3.grpc.server -
-
Uses of Service in io.vertx.grpc.server
Methods in io.vertx.grpc.server that return Service Modifier and Type Method Description Service
ServiceBuilder. build()
Methods in io.vertx.grpc.server that return types with arguments of type Service Modifier and Type Method Description List<Service>
GrpcServer. getServices()
Get a list of all services registered with this gRPC server.Methods in io.vertx.grpc.server with parameters of type Service Modifier and Type Method Description GrpcServer
GrpcServer. addService(Service service)
Add a service to this gRPC server. -
Uses of Service in io.vertx.grpcio.server
Subinterfaces of Service in io.vertx.grpcio.server Modifier and Type Interface Description interface
GrpcIoServiceBridge
Bridge a gRPC service with aGrpcServer
. -
Uses of Service in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server that return types with arguments of type Service Modifier and Type Method Description List<Service>
GrpcServer. getServices()
Get a list of all services registered with this gRPC server.Methods in io.vertx.reactivex.grpc.server with parameters of type Service Modifier and Type Method Description GrpcServer
GrpcServer. addService(Service service)
Add a service to this gRPC server. -
Uses of Service in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.grpc.server that return types with arguments of type Service Modifier and Type Method Description List<Service>
GrpcServer. getServices()
Get a list of all services registered with this gRPC server.Methods in io.vertx.rxjava3.grpc.server with parameters of type Service Modifier and Type Method Description GrpcServer
GrpcServer. addService(Service service)
Add a service to this gRPC server.
-