Class TapirExecutionConfiguration

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor taskExecutor​(int threadPoolSize)  
      • Methods inherited from class java.lang.Object

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

      • TapirExecutionConfiguration

        public TapirExecutionConfiguration()
    • Method Detail

      • taskExecutor

        @Bean
        public org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor taskExecutor​(@Value("${threadPoolSize:4}")
                                                                                             int threadPoolSize)
        Parameters:
        threadPoolSize - threadPoolSize
        Returns:
        result