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

com.cjy.fat.resolve.accept.CustomRemoteDataAdapter Maven / Gradle / Ivy

package com.cjy.fat.resolve.accept;

import java.util.Map;

/**
    * 自定义服务api需要提供该接口的实现已获取远程信息
 * @author cjy
 *
 */
public interface CustomRemoteDataAdapter {
	
	/**
	 * eg:dubbo:RpcContent.getAttachments();
	 * @return
	 */
	Map convertRemoteDataToMap();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy