Class ThreadedActionListener<Response>

  • All Implemented Interfaces:
    ActionListener<Response>

    public final class ThreadedActionListener<Response>
    extends Object
    implements ActionListener<Response>
    An action listener that wraps another action listener and threading its execution.
    • Constructor Detail

      • ThreadedActionListener

        public ThreadedActionListener​(org.apache.logging.log4j.Logger logger,
                                      ThreadPool threadPool,
                                      String executor,
                                      ActionListener<Response> listener,
                                      boolean forceExecution)