public interface HttpExecutor
<T,K> K executePost(String host, String path, T paramObject, Class<K> returnType) throws IOException
T - the type parameterK - the type parameterhost - the hostpath - the pathparamObject - the param objectreturnType - the return typeIOException - the io exception<K> K executeGet(String host, String path, Map<String,String> paramObject, Class<K> returnType) throws IOException
K - the type parameterhost - the hostpath - the pathparamObject - the param objectreturnType - the return typeIOException - the io exceptionCopyright © 2022 Seata. All rights reserved.