Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.filter
/
FilterChain
Filter
Chain
fun
interface
FilterChain
<
T
>
Used to orchestrate
Handler
.
like org.springframework.web.server.handler.WebFilterChain
Inheritors
EmptyFilterChain
AbstractFilterChain
Members
Functions
filter
Link copied to clipboard
abstract
fun
filter
(
context
:
T
)
:
Mono
<
Void
>