package com.qianwen.core.notify.notifier; import com.qianwen.core.notify.NotifyType; import com.qianwen.core.notify.template.Template; public interface NotifierManager { Notifier getNotifier(NotifyType type, String id); void reload(String id); }