Is it possible to autowire a Thread class in spring like controller, Service? If yes what annotation shall I use to autowire such class?
Thanks,
Hanumant.
|
Is it possible to autowire a Thread class in spring like controller, Service? If yes what annotation shall I use to autowire such class? Thanks, Hanumant. |
|||
|
|
|
Depending on what you are doing, I would consider using TaskExecutors instead of directly creating threads. This way thread lifecycle, pooling etc. is managed through the TaskExecutor. See http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/scheduling.html |
|||
|
|
|
Every |
|||||
|