All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.binarywang.solon.wxjava.mp_multi.service.WxMpMultiServices Maven / Gradle / Ivy

package com.binarywang.solon.wxjava.mp_multi.service;


import me.chanjar.weixin.mp.api.WxMpService;

/**
 * 企业微信 {@link WxMpService} 所有实例存放类.
 *
 * @author yl
 * created on 2024/1/23
 */
public interface WxMpMultiServices {
  /**
   * 通过租户 Id 获取 WxMpService
   *
   * @param tenantId 租户 Id
   * @return WxMpService
   */
  WxMpService getWxMpService(String tenantId);

  /**
   * 根据租户 Id,从列表中移除一个 WxMpService 实例
   *
   * @param tenantId 租户 Id
   */
  void removeWxMpService(String tenantId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy