Skip to content
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

WebSocket Support: methods annotated @MessageMapping / @SubscribeMapping #227

Open
joffrey-bion opened this issue Mar 30, 2017 · 0 comments

Comments

@joffrey-bion
Copy link

As of now, it seems the Spring4JsonDocScanner only reads methods annotated @RequestMapping, which prevents the use of JsonDoc for websocket-based applications.

At first glance, it doesn't look like there would be any problem to also consider methods annotated @MessageMapping and @SubscribeMapping. Would you see any issue regarding this?

As a side-issue, I tried to use my own implementation of JSONDocScanner, but I found no way to plug it in the existing JsonDocController. Do you know how I could proceed? It looks like I have to define my own controller to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant