snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Support Async return types for @ServerResponseFilter in RESTEasy Reactive #223

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

Description Currently the response type of any method annotated with @ServerRequestFilter and @ServerResponseFilter must be void, meaning that there is no way to right an async filter using these annotation. We should support such async filters.


https://github.com/quarkusio/quarkus/issues/13592


$upstream:13592$