You've already forked FrameTour-BE
INotify
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.ycwl.basic.notify.adapters;
|
||||
|
||||
import com.ycwl.basic.notify.entity.NotifyContent;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
public interface INotifyAdapter {
|
||||
void loadConfig(Map<String, String> _config);
|
||||
|
||||
void send(NotifyContent notifyContent);
|
||||
}
|
Reference in New Issue
Block a user