Hi all,
Thanks for the help answers my recent questions! It is great to have such a responsive forum.
I am planning to deploy a http server verticle and then after it is deployed use the Router object so I can dynamically add new routes. Is this ok to do?
e.g. On my verticle I was going to expose a method routePost(String path, Handler<RoutingContext> handler) which would call the relevant method on the Router.
Cheers,
Stuart