How can I get the handler method invoked by a functional endpoint?

前端 未结 0 830
庸人自扰
庸人自扰 2020-12-05 03:40

I\'ve got the following routing configuration:

class MyRouterConfig {
   fun routerFunction(handler: HelloHandler) =
      router {
         "/test"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题