rabbah commented on a change in pull request #2218: Port Controller from Spray
to Akka
URL:
https://github.com/apache/incubator-openwhisk/pull/2218#discussion_r130364594
##########
File path: core/controller/src/main/scala/whisk/core/controller/ApiUtils.scala
##########
@@ -105,7 +107,7 @@ protected[controller] object FilterEntityList {
* on an operation and terminate the HTTP request.
*/
package object PostProcess {
- type PostProcessEntity[A] = A => RequestContext => Unit
+ type PostProcessEntity[A] = A => RequestContext => Future[RouteResult]
Review comment:
i see these in several places - can you explain the change for the record?
thanks!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services