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

group.flyfish.rest.configuration.configure.PropertiesConfigurable Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package group.flyfish.rest.configuration.configure;

import group.flyfish.rest.configuration.RestClientProperties;

/**
 * 属性感知
 *
 * @author wangyu
 */
public interface PropertiesConfigurable {

    /**
     * 配置属性,完成初始化
     *
     * @param properties 属性
     */
    void configure(RestClientProperties properties);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy