Class AbstractThreadingFeature

    • Constructor Detail

      • AbstractThreadingFeature

        protected AbstractThreadingFeature()
    • Method Detail

      • workExecutor

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

        @Deprecated(forRemoval=true)
        @Provision(singleton=true)
        protected java.util.concurrent.ExecutorService unrestrictedWorkExecutor()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • workExecutorImplementation

        @Provision(singleton=true)
        protected java.util.concurrent.ExecutorService workExecutorImplementation()