Interface RJob

    • Method Detail

      • process

        void process​(RContext context)
        The work to be done by this job. Should only be called by an RJobProcessor.
      • getName

        String getName()
        Returns:
        the name of this job