From 77fd670e78922a8db75a797206f3f804d932a116 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Fri, 12 Jul 2019 19:04:02 +0200 Subject: [PATCH] Update openwhisk.html --- spring-cloud-function/3.0.0.M1/openwhisk.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-function/3.0.0.M1/openwhisk.html b/spring-cloud-function/3.0.0.M1/openwhisk.html index 560da3dc..a6d5997b 100644 --- a/spring-cloud-function/3.0.0.M1/openwhisk.html +++ b/spring-cloud-function/3.0.0.M1/openwhisk.html @@ -99,7 +99,7 @@ $(addBlockSwitches);

3.0.0.M1

The OpenWhisk adapter is in the form of an executable jar that can be used in a a docker image to be deployed to Openwhisk. The platform works in request-response mode, listening on port 8080 on a specific endpoint, so the adapter is a simple Spring MVC application.