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
A request kicks off a composition process to gather information from various sources. This information is then rendered into a PDF file that needs to be streamed back to the response.
ServiceComposer makes the above scenario very hard to implement because it always assumes to own the response, and then, before writing to the body, it tries to serialize the view model.