I'm looking for the best way to access route parameters from within a custom action composition. I found some answers from a couple of years ago suggesting it was not possible in Java then but wanted to know if anything had changed since then.
I'm wanting to write some middleware that needs to be able to get the route params. If there is no out of the box way, is there any possible workarounds?
In Java preferably