Uses of Interface
io.vertx.grpc.server.ServiceContainer
Packages that use ServiceContainer
Package
Description
-
Uses of ServiceContainer in io.vertx.grpc.reflection
Methods in io.vertx.grpc.reflection with parameters of type ServiceContainer -
Uses of ServiceContainer in io.vertx.grpc.server
Subinterfaces of ServiceContainer in io.vertx.grpc.serverModifier and TypeInterfaceDescriptioninterfaceA gRPC server based on Vert.x HTTP server.Methods in io.vertx.grpc.server that return ServiceContainerModifier and TypeMethodDescriptionServiceContainer.addService(Service service) Add a service to this server. -
Uses of ServiceContainer in io.vertx.grpcio.server
Subinterfaces of ServiceContainer in io.vertx.grpcio.serverModifier and TypeInterfaceDescriptioninterfaceA gRPC server based on Vert.x HTTP server.Methods in io.vertx.grpcio.server with parameters of type ServiceContainerModifier and TypeMethodDescriptionvoidGrpcIoServiceBridge.bind(ServiceContainer server) Bind all service methods to the @{code server}.voidGrpcIoServiceBridge.unbind(ServiceContainer server) Unbind all service methods from the @{code server}. -
Uses of ServiceContainer in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server that return ServiceContainerMethods in io.vertx.reactivex.grpc.server with parameters of type ServiceContainerModifier and TypeMethodDescriptionstatic ServiceContainerServiceContainer.newInstance(ServiceContainer arg) Constructors in io.vertx.reactivex.grpc.server with parameters of type ServiceContainer -
Uses of ServiceContainer in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.grpc.server that return ServiceContainerMethods in io.vertx.rxjava3.grpc.server with parameters of type ServiceContainerModifier and TypeMethodDescriptionstatic ServiceContainerServiceContainer.newInstance(ServiceContainer arg) Constructors in io.vertx.rxjava3.grpc.server with parameters of type ServiceContainer