Class RouterFunctionTestConfig

java.lang.Object
io.microsphere.spring.test.webflux.RouterFunctionTestConfig

@Import(PersonHandler.class) public class RouterFunctionTestConfig extends Object
RouterFunction Test Config
Since:
1.0.0
Author:
Mercy
See Also:
  • RouterFunction
  • Constructor Details

    • RouterFunctionTestConfig

      public RouterFunctionTestConfig()
  • Method Details

    • personRouterFunction

      @Bean public org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse> personRouterFunction(PersonHandler handler)
    • nestedPersonRouterFunction

      @Bean public org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse> nestedPersonRouterFunction(PersonHandler handler)