类 EmqxTemplate
java.lang.Object
cn.herodotus.stirrup.openapi.core.definition.AbstractWebClientTemplate
cn.herodotus.stirrup.openapi.emqx.core.EmqxTemplate
- 所有已实现的接口:
WebClientTemplate
Description: Emqx Rest API 封装基础服务
- 作者:
- : gengwei.zheng
- Date:
- : 2023/9/20 17:36
-
构造器概要
构造器构造器说明EmqxTemplate(org.springframework.web.reactive.function.client.WebClient webClient, EmqxProperties emqxProperties) -
方法概要
修饰符和类型方法说明protected Function<org.springframework.web.reactive.function.client.ClientRequest, reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientRequest>> protected String<O> Function<org.springframework.web.reactive.function.client.WebClientResponseException, reactor.core.publisher.Mono<O>> 从类继承的方法 cn.herodotus.stirrup.openapi.core.definition.AbstractWebClientTemplate
delete, deleteWithFormUrlEncoded, get, getMultiValueMapConverter, getWebClient, postWithFormUrlEncoded, putWithFormUrlEncoded从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
base, delete, delete, delete, deleteWithFormUrlEncoded, deleteWithFormUrlEncoded, deleteWithFormUrlEncoded, deleteWithPathVariables, deleteWithPathVariables, formUrlEncoded, get, get, get, get, getWithPathVariables, json, post, post, postWithFormUrlEncoded, postWithFormUrlEncoded, put, put, putWithFormUrlEncoded, putWithFormUrlEncoded, request
-
构造器详细资料
-
EmqxTemplate
public EmqxTemplate(org.springframework.web.reactive.function.client.WebClient webClient, EmqxProperties emqxProperties)
-
-
方法详细资料
-
authentication
protected Function<org.springframework.web.reactive.function.client.ClientRequest,reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientRequest>> authentication()- 指定者:
authentication在类中AbstractWebClientTemplate
-
getBaseUrl
- 指定者:
getBaseUrl在类中AbstractWebClientTemplate
-
onErrorResume
public <O> Function<org.springframework.web.reactive.function.client.WebClientResponseException,reactor.core.publisher.Mono<O>> onErrorResume()
-