cn.aradin.spring.actuator.starter.extension.IOfflineHandler 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
package cn.aradin.spring.actuator.starter.extension;
import org.springframework.context.ApplicationContext;
/**
* The Extension For Customized Operation On Offline
* @author daliu
*
*/
public interface IOfflineHandler {
public void offline(ApplicationContext context);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy