Class InvocationContextWebFilter

java.lang.Object
com.huaweicloud.common.adapters.webflux.InvocationContextWebFilter
All Implemented Interfaces:
org.springframework.boot.web.reactive.filter.OrderedWebFilter, org.springframework.core.Ordered, org.springframework.web.server.WebFilter

public class InvocationContextWebFilter extends Object implements org.springframework.boot.web.reactive.filter.OrderedWebFilter
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE

    Fields inherited from interface org.springframework.boot.web.reactive.filter.OrderedWebFilter

    REQUEST_WRAPPER_FILTER_MAX_ORDER
  • Constructor Summary

    Constructors
    Constructor
    Description
    InvocationContextWebFilter(ContextProperties contextProperties, org.springframework.core.env.Environment env)
     
  • 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
     

    Methods inherited from class java.lang.Object

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

    • InvocationContextWebFilter

      public InvocationContextWebFilter(ContextProperties contextProperties, org.springframework.core.env.Environment env)
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • 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