Optimize the comments and logs of the dynamic starter module.

pull/161/head
chen.ma 4 years ago
parent c51711ecaa
commit c45a63818e

@ -3,7 +3,7 @@ package com.github.dynamic.threadpool.starter.alarm;
import lombok.Data;
/**
* Alarm Config.
* Alarm config.
*
* @author chen.ma
* @date 2021/8/15 16:09

@ -13,7 +13,7 @@ import java.util.List;
import java.util.Map;
/**
* Base Send Message Service.
* Base send message service.
*
* @author chen.ma
* @date 2021/8/15 15:34

@ -1,7 +1,7 @@
package com.github.dynamic.threadpool.starter.alarm;
/**
* Message Type Enum.
* Message type enum.
*
* @author chen.ma
* @date 2021/8/16 20:50

@ -1,7 +1,7 @@
package com.github.dynamic.threadpool.starter.alarm;
/**
* Send Message Enum.
* Send message enum.
*
* @author chen.ma
* @date 2021/8/15 15:50

@ -6,7 +6,7 @@ import com.github.dynamic.threadpool.starter.toolkit.thread.CustomThreadPoolExec
import java.util.List;
/**
* Send Message Handler.
* Send message handler.
*
* @author chen.ma
* @date 2021/8/15 15:44

@ -4,7 +4,7 @@ import com.github.dynamic.threadpool.common.model.PoolParameterInfo;
import com.github.dynamic.threadpool.starter.toolkit.thread.CustomThreadPoolExecutor;
/**
* Send Msg.
* Send msg.
*
* @author chen.ma
* @date 2021/8/15 15:31

@ -4,7 +4,7 @@ import lombok.AllArgsConstructor;
import lombok.Data;
/**
* ThreadPool Alarm.
* Thread pool alarm.
*
* @author chen.ma
* @date 2021/8/15 13:13
@ -14,17 +14,17 @@ import lombok.Data;
public class ThreadPoolAlarm {
/**
*
* isAlarm
*/
private Boolean isAlarm;
/**
*
* livenessAlarm
*/
private Integer livenessAlarm;
/**
*
* capacityAlarm
*/
private Integer capacityAlarm;

@ -8,7 +8,7 @@ import com.github.dynamic.threadpool.starter.toolkit.thread.ResizableCapacityLin
import lombok.extern.slf4j.Slf4j;
/**
* Alarm Manage.
* Alarm manage.
*
* @author chen.ma
* @date 2021/8/15 14:13

Loading…
Cancel
Save