Uses of Class
io.github.lunasaw.zlm.entity.ServerNodeConfig
Packages that use ServerNodeConfig
Package
Description
-
Uses of ServerNodeConfig in io.github.lunasaw.zlm.api
Methods in io.github.lunasaw.zlm.api that return types with arguments of type ServerNodeConfigModifier and TypeMethodDescriptionstatic ServerResponse<List<ServerNodeConfig>>
ZlmRestService.getServerConfig
(String host, String secret) 获取服务器配置 -
Uses of ServerNodeConfig in io.github.lunasaw.zlm.api.controller
Methods in io.github.lunasaw.zlm.api.controller that return types with arguments of type ServerNodeConfig -
Uses of ServerNodeConfig in io.github.lunasaw.zlm.hook.controller
Methods in io.github.lunasaw.zlm.hook.controller with parameters of type ServerNodeConfigModifier and TypeMethodDescriptionZlmHookController.onServerStarted
(ServerNodeConfig param, jakarta.servlet.http.HttpServletRequest request) 服务器启动事件,可以用于监听服务器崩溃重启;此事件对回复不敏感。 -
Uses of ServerNodeConfig in io.github.lunasaw.zlm.hook.service
Methods in io.github.lunasaw.zlm.hook.service with parameters of type ServerNodeConfigModifier and TypeMethodDescriptionvoid
AbstractZlmHookService.onServerStarted
(ServerNodeConfig param, jakarta.servlet.http.HttpServletRequest request) void
ZlmHookService.onServerStarted
(ServerNodeConfig param, jakarta.servlet.http.HttpServletRequest request)