Class BaseFunction
- java.lang.Object
-
- io.quarkus.azure.functions.resteasy.runtime.BaseFunction
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
throwException
-
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
ensureQuarkusInitialized()
protected com.microsoft.azure.functions.HttpResponseMessage
nettyDispatch(com.microsoft.azure.functions.HttpRequestMessage<Optional<String>> request)
-