OrderedWebFilter

Properties

Link copied to clipboard
val HIGHEST_PRECEDENCE: Int = -2147483648
Link copied to clipboard
val LOWEST_PRECEDENCE: Int = 2147483647
Link copied to clipboard
Filters that wrap the request should be ordered less than or equal to this.

Functions

Link copied to clipboard
abstract fun filter(exchange: ServerWebExchange, chain: WebFilterChain): Mono<Void>
Link copied to clipboard
abstract fun getOrder(): Int