Package io.quarkus.gcp.functions
Class QuarkusBackgroundFunction
- java.lang.Object
-
- io.quarkus.gcp.functions.QuarkusBackgroundFunction
-
- All Implemented Interfaces:
com.google.cloud.functions.RawBackgroundFunction
public final class QuarkusBackgroundFunction extends Object implements com.google.cloud.functions.RawBackgroundFunction
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringdeploymentStatusprotected static booleanstarted
-
Constructor Summary
Constructors Constructor Description QuarkusBackgroundFunction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(String event, com.google.cloud.functions.Context context)(package private) static voidsetDelegates(String selectedDelegate, String selectedRawDelegate)
-
-
-
Field Detail
-
deploymentStatus
protected static final String deploymentStatus
-
started
protected static boolean started
-
-