I have some code that calls MessageContext#put to avoid passing a handful of parameters through many functions. It occurs to me that this won't work with async; if some mechanism of mine calls back into the resource class to complete processing, the injected message context could be long gone.
I'm wishing that AsyncResponse had a 'put', but no such luck. Am I missing anything?
