toggle menu
Spring Boot Kotlin API
3.5.0-M3
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.web.embedded.netty
/
NettyRouteProvider
Netty
Route
Provider
@
FunctionalInterface
interface
NettyRouteProvider
:
Function
<
T
,
R
>
Function that can add new routes to an
HttpServerRoutes
instance.
Author
Brian Clozel
Since
2.2.0
See also
Netty
Reactive
Web
Server
Factory
Members
Functions
and
Then
Link copied to clipboard
open
fun
<
V
>
andThen
(
after
:
(
in
R
)
->
out
V
)
:
(
T
)
->
V
apply
Link copied to clipboard
abstract
fun
apply
(
p
:
T
)
:
R
compose
Link copied to clipboard
open
fun
<
V
>
compose
(
before
:
(
in
V
)
->
out
T
)
:
(
V
)
->
R
identity
Link copied to clipboard
open
fun
<
T
>
identity
(
)
:
(
T
)
->
T