Spring Scheduled working without being instantiated

前端 未结 0 1346
挽巷
挽巷 2021-01-06 06:37

I\'m reading a code and it\'s using Spring Scheduled

@Component
public class TaskWebSocketClient {

    @Scheduled(fixedDelay = 20000, initialDelay = 10000) 
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题