I want to access a Request parameter in my Listener. I found this solution (to declare it in the constructor) but it should be only initialized in handle method? I want to access my request in the …
I want to access a Request parameter in my Listener. I found this solution (to declare it in the constructor) but it should be only initialized in handle method? I want to access my request in the …