Interface WebFluxRegistrations

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and TypeMethodDescription
      default org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdaptergetRequestMappingHandlerAdapter()
      Return the custom RequestMappingHandlerAdapter that should be used and processed by the WebFlux configuration.
      default org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMappinggetRequestMappingHandlerMapping()
      Return the custom RequestMappingHandlerMapping that should be used and processed by the WebFlux configuration.
    • Method Detail

      • getRequestMappingHandlerMapping

        default org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping getRequestMappingHandlerMapping()
        Return the custom RequestMappingHandlerMapping that should be used and processed by the WebFlux configuration.
        Returns:
        the custom RequestMappingHandlerMapping instance
      • getRequestMappingHandlerAdapter

        default org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter getRequestMappingHandlerAdapter()
        Return the custom RequestMappingHandlerAdapter that should be used and processed by the WebFlux configuration.
        Returns:
        the custom RequestMappingHandlerAdapter instance