NettyServerCustomizer

Mapping function that can be used to customize a Reactor Netty server instance.

Author

Brian Clozel

Since

2.1.0

See also

Inheritors

Functions

Link copied to clipboard
open fun <V> andThen(after: (in R) -> out V): (T) -> V
Link copied to clipboard
abstract fun apply(p: T): R
Link copied to clipboard
open fun <V> compose(before: (in V) -> out T): (V) -> R
Link copied to clipboard
open fun <T> identity(): (T) -> T