Package io.quarkus.gcp.functions
Class QuarkusHttpFunction
java.lang.Object
io.quarkus.gcp.functions.QuarkusHttpFunction
- All Implemented Interfaces:
com.google.cloud.functions.HttpFunction
public final class QuarkusHttpFunction
extends Object
implements com.google.cloud.functions.HttpFunction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidservice(com.google.cloud.functions.HttpRequest httpRequest, com.google.cloud.functions.HttpResponse httpResponse) (package private) static voidsetDelegate(String selectedDelegate)
-
Field Details
-
deploymentStatus
-
started
protected static boolean started
-
-
Constructor Details
-
QuarkusHttpFunction
public QuarkusHttpFunction()
-
-
Method Details