Class ExecutorsService
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.utils.ExecutorsService
-
@Component public class ExecutorsService extends Object
Provides server-wide thread pool.
-
-
Constructor Summary
Constructors Constructor Description ExecutorsService(UnityServerConfiguration cfg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutorService
getExecutionService()
ScheduledExecutorService
getScheduledService()
-
-
-
Constructor Detail
-
ExecutorsService
@Autowired public ExecutorsService(UnityServerConfiguration cfg)
-
-
Method Detail
-
getScheduledService
public ScheduledExecutorService getScheduledService()
-
getExecutionService
public ExecutorService getExecutionService()
-
-