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

cn.hippo4j.starter.monitor.collect.Collector Maven / Gradle / Ivy

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

import cn.hippo4j.common.monitor.Message;

/**
 * Collect dynamic thread pool data.
 *
 * @author chen.ma
 * @date 2021/12/7 20:11
 */
public interface Collector {

    /**
     * Collect message.
     *
     * @return
     */
    Message collectMessage();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy