类 EmqxTemplate

所有已实现的接口:
WebClientTemplate

public class EmqxTemplate extends AbstractWebClientTemplate

Description: Emqx Rest API 封装基础服务

作者:
: gengwei.zheng
Date:
: 2023/9/20 17:36
  • 构造器详细资料

    • 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

      protected String getBaseUrl()
      指定者:
      getBaseUrl 在类中 AbstractWebClientTemplate
    • onErrorResume

      public <O> Function<org.springframework.web.reactive.function.client.WebClientResponseException,reactor.core.publisher.Mono<O>> onErrorResume()