Package org.jooq.impl

Class DefaultExecutorProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.Executor provide()
      Provide an Executor for the task at hand.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultExecutorProvider

        public DefaultExecutorProvider()
    • Method Detail

      • provide

        public final java.util.concurrent.Executor provide()
        Description copied from interface: ExecutorProvider
        Provide an Executor for the task at hand.
        Specified by:
        provide in interface ExecutorProvider