类 RouterFunctions.DifferentComposedRouterFunction

java.lang.Object
cn.taketoday.web.handler.function.RouterFunctions.AbstractRouterFunction<ServerResponse>
cn.taketoday.web.handler.function.RouterFunctions.DifferentComposedRouterFunction
所有已实现的接口:
RouterFunction<ServerResponse>
封闭类:
RouterFunctions

static final class RouterFunctions.DifferentComposedRouterFunction extends RouterFunctions.AbstractRouterFunction<ServerResponse>
A composed routing function that first invokes one function, and then invokes another function (of a different response type) if this route had no result.