onRequestEnd?

Hi All,

I am looking for a "true" Coldbox onRequestEnd. CB docs refer to the
Main onRequestEnd() method as acting like Application.cfc, but in
looking at CB debug that seems to fire before the postProcess point on
the interceptors. I would like to hook into the absolutely last point
in the request prior to it's completion. I tried looking at
Application.cfc, but as that extends coldbox.system.coldbox there is
no onRequestEnd there. Is my only choice to create an interceptor,
put it last in the configuration, and use it's postProcess() method?

Yes, postprocess is the last