EmptyFilterChain

An empty filter chain that performs no operations.

This implementation returns an empty Mono, effectively doing nothing. It serves as the terminal element in a filter chain.

Functions

Link copied to clipboard
open override fun filter(context: Any): Mono<Void>

Returns an empty Mono, indicating no processing is done.

Link copied to clipboard

Creates a type-safe instance of the empty filter chain.