Class BaseFunction
- java.lang.Object
-
- io.quarkus.azure.functions.resteasy.runtime.BaseFunction
-
-
Field Summary
Fields Modifier and Type Field Description protected static boolean
bootstrapError
protected static String
deploymentStatus
protected static boolean
started
-
Constructor Summary
Constructors Constructor Description BaseFunction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.microsoft.azure.functions.HttpResponseMessage
dispatch(com.microsoft.azure.functions.HttpRequestMessage<Optional<String>> request)
protected static void
initQuarkus()
protected com.microsoft.azure.functions.HttpResponseMessage
nettyDispatch(com.microsoft.azure.functions.HttpRequestMessage<Optional<String>> request)
-
-
-
Field Detail
-
deploymentStatus
protected static String deploymentStatus
-
started
protected static boolean started
-
bootstrapError
protected static boolean bootstrapError
-
-