You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where I want to execute jersey handlers before passing the routingContext to next handlers. I want to chain the executions and execute them only in async manner
Since jersey handler takes HttpServerRequest as an input, I am not able to execute routingContext.next(); inside the VertxRequestProcessor to proceed ahead with the execution.
Any suggestions on how to proceed ahead with the execution
One work around for the same (which can't be deployed in production)
Hi,
I have a use case where I want to execute jersey handlers before passing the routingContext to next handlers. I want to chain the executions and execute them only in async manner
Since jersey handler takes HttpServerRequest as an input, I am not able to execute
routingContext.next();
inside the VertxRequestProcessor to proceed ahead with the execution.Any suggestions on how to proceed ahead with the execution
One work around for the same (which can't be deployed in production)
The text was updated successfully, but these errors were encountered: