Class ProduceExecuteConsume

  • All Implemented Interfaces:
    ExecutionStrategy

    @Deprecated(since="2021-05-27")
    public class ProduceExecuteConsume
    extends java.lang.Object
    implements ExecutionStrategy
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.

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

    • Constructor Detail

      • ProduceExecuteConsume

        public ProduceExecuteConsume​(ExecutionStrategy.Producer producer,
                                     java.util.concurrent.Executor executor)
        Deprecated.
    • Method Detail

      • dispatch

        public void dispatch()
        Deprecated.
        Description copied from interface: ExecutionStrategy

        Initiates (or resumes) the task production and consumption.

        This method guarantees that the task is never run by the thread that called this method.

        TODO review the need for this (only used by HTTP2 push)
        Specified by:
        dispatch in interface ExecutionStrategy
        See Also:
        ExecutionStrategy.produce()