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

tech.powerjob.server.solon.moniter.MonitorService Maven / Gradle / Ivy

The newest version!
package tech.powerjob.server.solon.moniter;

/**
 * 对外暴露的监控服务
 *
 * @author tjq
 * @since 2022/9/10
 */
public interface MonitorService {
    void monitor(Event event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy