-
-
Notifications
You must be signed in to change notification settings - Fork 528
Webflux Kotlin DSL #967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Good to know you are interested by this feature. |
Yes, I will |
Are you still planning to propose a PR for this feature ? |
Yes I am but I only have a need for it for work and I currently have other priorities, so I'm not sure when I'll have the time. |
This ticket is now closed, as there is no activity on it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relates to #891
SpringdocRouteBuilder
is great but would be even better if we had a Kotlin DSL for it like Spring has.We could simply copy-paste
org.springframework.web.reactive.function.server.CoRouterFunctionDsl
andorg.springframework.web.reactive.function.server.RouterFunctionDsl
which both delegate toorg.springframework.web.reactive.function.server.RouterFunctions#route()
(just like theSpringdocRouteBuilder
does), and replace this delegation to theSpringdocRouteBuilder
.The text was updated successfully, but these errors were encountered: