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