java.lang.Object
com.giffing.bucket4j.spring.boot.starter.filter.reactive.webflux.WebfluxWebFilter
All Implemented Interfaces:
org.springframework.core.Ordered, org.springframework.web.server.WebFilter

public class WebfluxWebFilter
extends Object
implements org.springframework.web.server.WebFilter, org.springframework.core.Ordered
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor Description
    WebfluxWebFilter​(FilterConfiguration<org.springframework.http.server.reactive.ServerHttpRequest> filterConfig)  
  • Method Summary

    Modifier and Type Method Description
    reactor.core.publisher.Mono<Void> filter​(org.springframework.web.server.ServerWebExchange exchange, org.springframework.web.server.WebFilterChain chain)  
    int getOrder()  

    Methods inherited from class java.lang.Object

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

    • WebfluxWebFilter

      public WebfluxWebFilter​(FilterConfiguration<org.springframework.http.server.reactive.ServerHttpRequest> filterConfig)
  • Method Details

    • filter

      public reactor.core.publisher.Mono<Void> filter​(org.springframework.web.server.ServerWebExchange exchange, org.springframework.web.server.WebFilterChain chain)
      Specified by:
      filter in interface org.springframework.web.server.WebFilter
    • getOrder

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