类 WxCpManagerServiceImpl
- java.lang.Object
-
- net.guerlab.smart.wx.service.service.impl.WxCpManagerServiceImpl
-
- 所有已实现的接口:
WxCpManagerService
@Service @EnableBinding(net.guerlab.smart.wx.stream.binders.WxAppChangeSubscriberChannel.class) public class WxCpManagerServiceImpl extends java.lang.Object implements WxCpManagerService
微信企业微信服务管理实现- 作者:
- guer
-
-
构造器概要
构造器 构造器 说明 WxCpManagerServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 me.chanjar.weixin.cp.api.WxCpServicegetService(java.lang.String appId)获取服务voidsetRedisTemplate(org.springframework.data.redis.core.RedisTemplate<java.lang.String,java.lang.String> redisTemplate)voidsetWxAppService(WxAppService wxAppService)voidwxAppChangeMessageHandler(org.springframework.messaging.Message<net.guerlab.smart.wx.stream.binders.WxAppChangeMessage> message)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 net.guerlab.smart.wx.service.service.WxCpManagerService
getService
-
-
-
-
方法详细资料
-
wxAppChangeMessageHandler
@StreamListener("wx_app_change_input") public void wxAppChangeMessageHandler(org.springframework.messaging.Message<net.guerlab.smart.wx.stream.binders.WxAppChangeMessage> message)
-
getService
public me.chanjar.weixin.cp.api.WxCpService getService(java.lang.String appId)
从接口复制的说明:WxCpManagerService获取服务- 指定者:
getService在接口中WxCpManagerService- 参数:
appId- 应用ID- 返回:
- 企业微信服务
-
setWxAppService
@Autowired public void setWxAppService(WxAppService wxAppService)
-
setRedisTemplate
@Autowired public void setRedisTemplate(org.springframework.data.redis.core.RedisTemplate<java.lang.String,java.lang.String> redisTemplate)
-
-