Interface OaBaseProviderFactory<S extends OaSender,C extends OaSupplierConfig>
-
- All Known Implementing Classes:
ByteTalkFactory
,DingTalkFactory
,OaAbstractProviderFactory
,WeTalkFactory
public interface OaBaseProviderFactory<S extends OaSender,C extends OaSupplierConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S
createSmsOa(C c)
创建通知webhook实现对象Class<C>
getConfigClass()
获取配置类String
getSupplier()
获取供应商
-