类 WxCpManagerServiceImpl

  • 所有已实现的接口:
    WxCpManagerService

    @Service
    @EnableBinding(net.guerlab.smart.wx.stream.binders.WxAppChangeSubscriberChannel.class)
    public class WxCpManagerServiceImpl
    extends java.lang.Object
    implements WxCpManagerService
    微信企业微信服务管理实现
    作者:
    guer
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      me.chanjar.weixin.cp.api.WxCpService getService​(java.lang.String appId)
      获取服务
      void setRedisTemplate​(org.springframework.data.redis.core.RedisTemplate<java.lang.String,​java.lang.String> redisTemplate)  
      void setWxAppService​(WxAppService wxAppService)  
      void wxAppChangeMessageHandler​(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
    • 构造器详细资料

      • WxCpManagerServiceImpl

        public WxCpManagerServiceImpl()
    • 方法详细资料

      • 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)