Class GrpcIpcServerBuilder

    • Constructor Detail

      • GrpcIpcServerBuilder

        public GrpcIpcServerBuilder​(org.osgi.service.cm.ConfigurationAdmin configAdmin,
                                    int port,
                                    String delay)
    • Method Detail

      • startServer

        public void startServer​(io.grpc.BindableService bindableService)
                         throws IOException
        Description copied from interface: GrpcIpcServer
        Starts server, this will not immediately start server but schedules server start after certain delay.
        Specified by:
        startServer in interface GrpcIpcServer
        Parameters:
        bindableService - The service that needs to be added
        Throws:
        IOException