Interface ExecutorServiceAccessor.ExecutorServiceBuilder<B extends ExecutorServiceAccessor.ExecutorServiceBuilder<B>>

  • Type Parameters:
    B - The builder to return in order to be able to apply multiple build operations.
    Enclosing interface:
    ExecutorServiceAccessor

    public static interface ExecutorServiceAccessor.ExecutorServiceBuilder<B extends ExecutorServiceAccessor.ExecutorServiceBuilder<B>>
    Provides a builder method for a ExecutorService property returning the builder for applying multiple build operations.
    • Method Detail

      • withExecutorService

        B withExecutorService​(java.util.concurrent.ExecutorService aExecutorService)
        Sets the ExecutorService for the ExecutorService property.
        Parameters:
        aExecutorService - The ExecutorService to be stored by the ExecutorService property.
        Returns:
        The builder for applying multiple build operations.