File tree 1 file changed +1
-2
lines changed
core/src/main/java/org/dromara/dynamictp/core/monitor 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 17
17
18
18
package org .dromara .dynamictp .core .monitor ;
19
19
20
-
21
20
import com .google .common .eventbus .Subscribe ;
22
21
import lombok .extern .slf4j .Slf4j ;
23
22
import org .dromara .dynamictp .common .entity .ThreadPoolStats ;
35
34
import org .dromara .dynamictp .core .support .ExecutorWrapper ;
36
35
import org .dromara .dynamictp .core .support .ThreadPoolCreator ;
37
36
38
-
39
37
import java .util .Set ;
40
38
import java .util .concurrent .ScheduledExecutorService ;
41
39
import java .util .concurrent .ScheduledFuture ;
53
51
public class DtpMonitor {
54
52
55
53
private static final ScheduledExecutorService MONITOR_EXECUTOR = ThreadPoolCreator .newScheduledThreadPool ("dtp-monitor" , 1 );
54
+
56
55
private final DtpProperties dtpProperties ;
57
56
58
57
private ScheduledFuture <?> monitorFuture ;
You can’t perform that action at this time.
0 commit comments