package com.qianwen.core.notify.notifier; import com.qianwen.core.notify.NotifyType; public interface NotifyConfigManager { NotifierProperties getNotifyConfig(NotifyType notifyType, String configId); }