line-bot-sdk-java icon indicating copy to clipboard operation
line-bot-sdk-java copied to clipboard

Support Spring WebFlux

Open okue opened this issue 5 years ago • 1 comments

Now line-bot-spring-boot supports only Spring WebMVC. It's time to support WebFlux.

okue avatar Nov 30 '19 18:11 okue

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.

okue avatar Nov 30 '19 18:11 okue