类 WestCacheWfInterceptor

java.lang.Object
com.github.charlemaznable.httpclient.westcache.WestCacheWfInterceptor
所有已实现的接口:
org.springframework.web.reactive.function.client.ExchangeFilterFunction

public final class WestCacheWfInterceptor extends Object implements org.springframework.web.reactive.function.client.ExchangeFilterFunction
  • 嵌套类概要

    嵌套类
    修饰符和类型
    说明
    static final class 
     
  • 构造器概要

    构造器
    构造器
    说明
     
    WestCacheWfInterceptor(long localMaximumSize, long localExpireSeconds)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    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)
     

    从类继承的方法 java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 org.springframework.web.reactive.function.client.ExchangeFilterFunction

    andThen, apply
  • 构造器详细资料

    • WestCacheWfInterceptor

      public WestCacheWfInterceptor()
    • WestCacheWfInterceptor

      public WestCacheWfInterceptor(long localMaximumSize, long localExpireSeconds)
  • 方法详细资料

    • filter

      @Nonnull public reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse> filter(@Nonnull org.springframework.web.reactive.function.client.ClientRequest request, @Nonnull org.springframework.web.reactive.function.client.ExchangeFunction next)
      指定者:
      filter 在接口中 org.springframework.web.reactive.function.client.ExchangeFilterFunction