mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
对statisticsMap提供get接口
This commit is contained in:
@@ -100,4 +100,8 @@ public class MonitorBus {
|
||||
public void closeScheduler(){
|
||||
this.printLogScheduler.shutdown();
|
||||
}
|
||||
|
||||
public ConcurrentHashMap<String, BoundedPriorityBlockingQueue<CompStatistics>> getStatisticsMap() {
|
||||
return statisticsMap;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user