cn.aradin.spring.actuator.starter.extension.IOnlineHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aradin-spring-actuator-starter Show documentation
Show all versions of aradin-spring-actuator-starter Show documentation
Actuator And Customized HealthCheck
The newest version!
package cn.aradin.spring.actuator.starter.extension;
/**
* The Extension For Customized Operation On Online
* @author daliu
*
*/
public interface IOnlineHandler {
public void online();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy