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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidservice(com.google.cloud.functions.HttpRequest request, com.google.cloud.functions.HttpResponse response)
-
Field Details
-
deploymentStatus
-
started
protected static boolean started
-
-
Constructor Details
-
QuarkusHttpFunction
public QuarkusHttpFunction()
-
-
Method Details
-
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
-