Class FinalizeRProcessingJob

  • All Implemented Interfaces:
    RJob

    public class FinalizeRProcessingJob
    extends Object
    implements RJob
    Enqueue this "poison pill" with a RJobProcessor to shut down the processor.
    • Constructor Detail

      • FinalizeRProcessingJob

        public FinalizeRProcessingJob()
    • Method Detail

      • process

        public void process​(RContext context)
        Description copied from interface: RJob
        The work to be done by this job. Should only be called by an RJobProcessor.
        Specified by:
        process in interface RJob
      • getName

        public String getName()
        Specified by:
        getName in interface RJob
        Returns:
        the name of this job