Class Function
- java.lang.Object
-
- io.quarkus.azure.functions.resteasy.runtime.BaseFunction
-
- io.quarkus.azure.functions.resteasy.runtime.Function
-
public class Function extends BaseFunction
-
-
Field Summary
-
Fields inherited from class io.quarkus.azure.functions.resteasy.runtime.BaseFunction
bootstrapError, deploymentStatus, started
-
-
Constructor Summary
Constructors Constructor Description Function()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.microsoft.azure.functions.HttpResponseMessage
run(com.microsoft.azure.functions.HttpRequestMessage<Optional<String>> request, com.microsoft.azure.functions.ExecutionContext context)
-
Methods inherited from class io.quarkus.azure.functions.resteasy.runtime.BaseFunction
dispatch, initQuarkus, nettyDispatch
-
-