defonRequestCompletion(request: RequestHeader): Unit
Definition Classes
GlobalSettings
Annotations
@deprecated
Deprecated
(Since version 2.4.0) onRequestCompletion is no longer invoked by Play. The same functionality can be achieved by adding a filter that attaches a onDoneEnumerating callback onto the returned Result Enumerator.
(Since version 2015-02-02) GlobalSettings is deprecated so is ScaldiSupport trait