line-bot-sdk-java
line-bot-sdk-java copied to clipboard
Support Spring WebFlux
trafficstars
Now line-bot-spring-boot supports only Spring WebMVC.
It's time to support WebFlux.
First, we should separate LineBotCallbackRequestParser#handle(String, String) from LineBotCallbackRequestParser.
This function will be used as an utility by both line-bot-spring-boot-webmvc and line-bot-spring-boot-webflux.