Class ProduceExecuteConsume

  • All Implemented Interfaces:
    ExecutionStrategy

    public class ProduceExecuteConsume
    extends Object
    implements ExecutionStrategy

    A strategy where the caller thread iterates over task production, submitting each task to an Executor for execution.