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 Modifier and Type Field Description static StringQUARKUS_HTTP
-
Constructor Summary
Constructors Constructor Description Function()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.microsoft.azure.functions.HttpResponseMessagerun(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, nettyDispatch
-
-
-
-
Field Detail
-
QUARKUS_HTTP
public static final String QUARKUS_HTTP
- See Also:
- Constant Field Values
-
-