All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.hippo4j.starter.alarm.ThreadPoolAlarm Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package cn.hippo4j.starter.alarm;

import lombok.AllArgsConstructor;
import lombok.Data;

/**
 * Thread pool alarm.
 *
 * @author chen.ma
 * @date 2021/8/15 13:13
 */
@Data
@AllArgsConstructor
public class ThreadPoolAlarm {

    /**
     * isAlarm
     */
    private Boolean isAlarm;

    /**
     * livenessAlarm
     */
    private Integer livenessAlarm;

    /**
     * capacityAlarm
     */
    private Integer capacityAlarm;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy