spring-framework / org.springframework.web.reactive.function.server / CoRouterFunctionDsl / add

add

fun add(routerFunction: RouterFunction<ServerResponse>): Unit

Merge externally defined router functions into this one.

Parameters

routerFunction - the router function to be added

Since
5.2