Class NoopTaskProcessor

  • All Implemented Interfaces:
    TaskProcessor

    public class NoopTaskProcessor
    extends Object
    implements TaskProcessor
    A task processor which does nothing more than print a bit of output about the task. This is intended to be used for testing and experimentation.
    Author:
    Bill Branan Date: 10/23/13
    • Constructor Detail

      • NoopTaskProcessor

        public NoopTaskProcessor​(org.duracloud.common.queue.task.Task task)