接口 HttpClientFactory
public interface HttpClientFactory
http Client Factory.
- 作者:
- mai.jh
-
方法概要
修饰符和类型方法说明create new nacos async rest.create new nacost rest.
-
方法详细资料
-
createNacosRestTemplate
NacosRestTemplate createNacosRestTemplate()create new nacost rest.- 返回:
- NacosRestTemplate
-
createNacosAsyncRestTemplate
NacosAsyncRestTemplate createNacosAsyncRestTemplate()create new nacos async rest.- 返回:
- NacosAsyncRestTemplate
-