Uses of Interface
io.vertx.grpc.server.Service
Packages that use Service
Package
Description
-
Uses of Service in io.vertx.eventbus.bridge.grpc
Subinterfaces of Service in io.vertx.eventbus.bridge.grpcModifier and TypeInterfaceDescriptioninterfacegRPC EventBus bridge for Vert.x. -
Uses of Service in io.vertx.grpc.event.v1alpha
Classes in io.vertx.grpc.event.v1alpha that implement ServiceModifier and TypeClassDescriptionclassProvides support for RPC methods implementations of the EventBusBridge gRPC service.Methods in io.vertx.grpc.event.v1alpha that return ServiceModifier and TypeMethodDescriptionEventBusBridgeGrpcService.Builder.build()static ServiceEventBusBridgeGrpcService.of(EventBusBridgeService service) -
Uses of Service in io.vertx.grpc.reflection
Classes in io.vertx.grpc.reflection that implement Service -
Uses of Service in io.vertx.grpc.server
Methods in io.vertx.grpc.server that return ServiceModifier and TypeMethodDescriptionServiceBuilder.build()Constructs and returns aServiceinstance based on the current configuration of the builder.Methods in io.vertx.grpc.server that return types with arguments of type ServiceModifier and TypeMethodDescriptionServiceContainer.services()Get a list of all services registered with this server.Methods in io.vertx.grpc.server with parameters of type ServiceModifier and TypeMethodDescriptionGrpcServer.addService(Service service) ServiceContainer.addService(Service service) Add a service to this server. -
Uses of Service in io.vertx.grpcio.server
Subinterfaces of Service in io.vertx.grpcio.server -
Uses of Service in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server that return types with arguments of type ServiceModifier and TypeMethodDescriptionServiceContainer.services()Get a list of all services registered with this server.Methods in io.vertx.reactivex.grpc.server with parameters of type ServiceModifier and TypeMethodDescriptionGrpcServer.addService(Service service) ServiceContainer.addService(Service service) Add a service to this server. -
Uses of Service in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.grpc.server that return types with arguments of type ServiceModifier and TypeMethodDescriptionServiceContainer.services()Get a list of all services registered with this server.Methods in io.vertx.rxjava3.grpc.server with parameters of type ServiceModifier and TypeMethodDescriptionGrpcServer.addService(Service service) ServiceContainer.addService(Service service) Add a service to this server.