com.github.liuyehcf.framework.rpc.ares.spring.AresSpringConsumerBean Maven / Gradle / Ivy
package com.github.liuyehcf.framework.rpc.ares.spring;
import com.github.liuyehcf.framework.rpc.ares.ParamsConverter;
import com.github.liuyehcf.framework.rpc.ares.RequestBodyConverter;
import com.github.liuyehcf.framework.rpc.ares.ResponseBodyConverter;
import com.github.liuyehcf.framework.rpc.ares.ResponseHandler;
import lombok.Data;
import org.apache.http.client.HttpClient;
import org.apache.http.client.config.RequestConfig;
import org.springframework.beans.factory.FactoryBean;
import org.springframework.beans.factory.InitializingBean;
import javax.annotation.Resource;
import java.lang.reflect.Proxy;
import java.util.List;
/**
* @author hechenfeng
* @date 2019/11/8
*/
@Data
public class AresSpringConsumerBean implements FactoryBean
© 2015 - 2025 Weber Informatics LLC | Privacy Policy