Package io.quarkus.gcp.functions.http
Class QuarkusHttpFunction
- java.lang.Object
-
- io.quarkus.gcp.functions.http.QuarkusHttpFunction
-
- All Implemented Interfaces:
com.google.cloud.functions.HttpFunction
public class QuarkusHttpFunction extends Object implements com.google.cloud.functions.HttpFunction
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringdeploymentStatusprotected static booleanstarted
-
Constructor Summary
Constructors Constructor Description QuarkusHttpFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidservice(com.google.cloud.functions.HttpRequest request, com.google.cloud.functions.HttpResponse response)
-
-
-
Field Detail
-
deploymentStatus
protected static final String deploymentStatus
-
started
protected static boolean started
-
-
Method Detail
-
service
public void service(com.google.cloud.functions.HttpRequest request, com.google.cloud.functions.HttpResponse response) throws IOException- Specified by:
servicein interfacecom.google.cloud.functions.HttpFunction- Throws:
IOException
-
-