Interface ExecutorServiceAwareDefinition<Type extends ProcessorDefinition<?>>

    • Method Detail

      • executorService

        Type executorService​(ExecutorService executorService)
        Setting the executor service for executing
        Parameters:
        executorService - the executor service
        Returns:
        the builder
      • executorService

        default Type executorService​(Supplier<ExecutorService> executorService)
        Setting the executor service for executing
        Parameters:
        executorService - the executor service
        Returns:
        the builder
      • executorServiceRef

        Type executorServiceRef​(String executorServiceRef)
        Setting the executor service for executing
        Parameters:
        executorServiceRef - reference for a ExecutorService to lookup in the Registry
        Returns:
        the builder