Class AbstractThreadingFeature

    • Constructor Detail

      • AbstractThreadingFeature

        public AbstractThreadingFeature()
    • Method Detail

      • workExecutor

        @Provision(shared=true)
        public java.util.concurrent.ExecutorService workExecutor()
        Specified by:
        workExecutor in interface ThreadingFeature
      • unrestrictedWorkExecutor

        @Provision(shared=true)
        protected abstract java.util.concurrent.ExecutorService unrestrictedWorkExecutor()