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'm trying to access the Result-Data from DeferredResult in onCompletion callback to be able to store these Data in a Session-Scoped bean to cache the result for page reloads (since access to Session-Scoped beans seems only be possible from the web request thread and this callback will be fired from there).
It would be great to have a similar callback as "setResultHandler" has.
Kevin Armenat opened SPR-10603 and commented
I'm trying to access the Result-Data from DeferredResult in onCompletion callback to be able to store these Data in a Session-Scoped bean to cache the result for page reloads (since access to Session-Scoped beans seems only be possible from the web request thread and this callback will be fired from there).
It would be great to have a similar callback as "setResultHandler" has.
Issue Links:
Referenced from: commits c6ecaac
The text was updated successfully, but these errors were encountered: