Hi guys
I have a problem with calling callbacks in this package, if I write controller full qualified name in the respond method, my controller's action will be called statically, and if I want to instantiate my controller in respond method, I have to inject all dependencies of my controller when I want to instantiate it.