Class ExecutorConfig

java.lang.Object
callofproject.dev.service.email.config.ExecutorConfig

@Component public class ExecutorConfig extends Object
The executor configuration. CopyRight(C) 2023 by Call Of Project Teams.
  • Constructor Details

    • ExecutorConfig

      public ExecutorConfig()
      The default constructor.
  • Method Details

    • provideExecutorService

      @Bean public ExecutorService provideExecutorService()
      Creates a new executor service.
      Returns:
      The executor service.