java.lang.Object
com.aizuda.snailjob.client.common.rpc.client.openapi.HttpClientInvokeHandler<R>
- All Implemented Interfaces:
InvocationHandler
public class HttpClientInvokeHandler<R extends Result<Object>>
extends Object
implements InvocationHandler
请求服务端
- Author:
- opensnail
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpClientInvokeHandler
public HttpClientInvokeHandler()
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-
loadSnailJobHttpClient
或者Http客户端- Returns:
SnailHttpClient默认为RestTemplateClient
-