Interface Executor.Builder<T extends Executor>

    • Method Detail

      • build

        T build()
        Build an executor. If the executor keeps internal state this method needs to guarantee that no data is shared between the different implementations (unless needed by design, e.g., for caching).