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