mirror of https://github.com/longtai-cn/hippo4j
parent
54b41c3ea4
commit
82e1d6e8dd
@ -1,4 +1,6 @@
|
||||
package cn.hippo4j.common.notify;
|
||||
package cn.hippo4j.common.api;
|
||||
|
||||
import cn.hippo4j.common.notify.NotifyConfigDTO;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
@ -0,0 +1,18 @@
|
||||
package cn.hippo4j.common.api;
|
||||
|
||||
/**
|
||||
* Thread pool dynamic refresh.
|
||||
*
|
||||
* @author chen.ma
|
||||
* @date 2022/2/26 12:26
|
||||
*/
|
||||
public interface ThreadPoolDynamicRefresh {
|
||||
|
||||
/**
|
||||
* Dynamic refresh.
|
||||
*
|
||||
* @param content
|
||||
*/
|
||||
void dynamicRefresh(String content);
|
||||
|
||||
}
|
Loading…
Reference in new issue