Class OrderedExchangeFilterFunction

java.lang.Object
com.huaweicloud.common.adapters.webclient.OrderedExchangeFilterFunction
All Implemented Interfaces:
org.springframework.core.Ordered, org.springframework.web.reactive.function.client.ExchangeFilterFunction

public class OrderedExchangeFilterFunction extends Object implements org.springframework.web.reactive.function.client.ExchangeFilterFunction, org.springframework.core.Ordered
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    OrderedExchangeFilterFunction(org.springframework.web.reactive.function.client.ExchangeFilterFunction exchangeFilterFunction)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.reactive.function.client.ExchangeFilterFunction
    andThen(org.springframework.web.reactive.function.client.ExchangeFilterFunction afterFilter)
     
    org.springframework.web.reactive.function.client.ExchangeFunction
    apply(org.springframework.web.reactive.function.client.ExchangeFunction exchange)
     
    reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse>
    filter(org.springframework.web.reactive.function.client.ClientRequest request, org.springframework.web.reactive.function.client.ExchangeFunction next)
     
    int
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OrderedExchangeFilterFunction

      public OrderedExchangeFilterFunction(org.springframework.web.reactive.function.client.ExchangeFilterFunction exchangeFilterFunction)
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • filter

      public reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse> filter(org.springframework.web.reactive.function.client.ClientRequest request, org.springframework.web.reactive.function.client.ExchangeFunction next)
      Specified by:
      filter in interface org.springframework.web.reactive.function.client.ExchangeFilterFunction
    • andThen

      public org.springframework.web.reactive.function.client.ExchangeFilterFunction andThen(org.springframework.web.reactive.function.client.ExchangeFilterFunction afterFilter)
      Specified by:
      andThen in interface org.springframework.web.reactive.function.client.ExchangeFilterFunction
    • apply

      public org.springframework.web.reactive.function.client.ExchangeFunction apply(org.springframework.web.reactive.function.client.ExchangeFunction exchange)
      Specified by:
      apply in interface org.springframework.web.reactive.function.client.ExchangeFilterFunction