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

org.dromara.sms4j.api.proxy.aware.SmsBlendConfigAware Maven / Gradle / Ivy

The newest version!
package org.dromara.sms4j.api.proxy.aware;

import java.util.Map;

/**
 * 厂商配置感知接口
 *
 * @author sh1yu
 * @since 2023/10/27 13:03
 */
public interface SmsBlendConfigAware {
    void setSmsBlendsConfig(Map> blends);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy