Class ExecutionHandler

    • Field Detail

      • executor

        private final java.util.concurrent.Executor executor
      • handleDownstream

        private final boolean handleDownstream
      • handleUpstream

        private final boolean handleUpstream
    • Constructor Detail

      • ExecutionHandler

        public ExecutionHandler​(java.util.concurrent.Executor executor)
        Creates a new instance with the specified Executor. Specify an OrderedMemoryAwareThreadPoolExecutor if unsure.
      • ExecutionHandler

        public ExecutionHandler​(java.util.concurrent.Executor executor,
                                boolean handleDownstream,
                                boolean handleUpstream)
        Creates a new instance with the specified Executor. Specify an OrderedMemoryAwareThreadPoolExecutor if unsure.