com.cjy.fat.resolve.accept.CustomRemoteDataAdapter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fat-common Show documentation
Show all versions of fat-common Show documentation
fat , the resolver of soa transaction
package com.cjy.fat.resolve.accept;
import java.util.Map;
/**
* 自定义服务api需要提供该接口的实现已获取远程信息
* @author cjy
*
*/
public interface CustomRemoteDataAdapter {
/**
* eg:dubbo:RpcContent.getAttachments();
* @return
*/
Map convertRemoteDataToMap();
}