程序包 top.codef.text
接口 NoticeTextResolver
public interface NoticeTextResolver
-
方法概要
修饰符和类型方法说明resolve(PromethuesNotice notice) 将通知信息进行格式化并转换为字符串booleansupport(Class<? extends PromethuesNotice> clazz, INoticeSendComponent sendComponent) 通知信息结构是否支持此发送组件发送
-
方法详细资料
-
resolve
将通知信息进行格式化并转换为字符串- 参数:
notice-- 返回:
-
support
通知信息结构是否支持此发送组件发送- 参数:
clazz-sendComponent-- 返回:
-