- applicationContext - Static variable in class io.micronaut.azure.function.AzureFunction
-
- AzureBinderRegistry - Class in io.micronaut.azure.function.http
-
Implementation of ServletBinderRegistry
for Azure.
- AzureFunction - Class in io.micronaut.azure.function
-
A base Azure function class that sets up the Azure environment and preferred configuration.
- AzureFunction() - Constructor for class io.micronaut.azure.function.AzureFunction
-
Default constructor.
- AzureFunctionHttpRequest<B> - Class in io.micronaut.azure.function.http
-
Implementation of Micronaut's request interface for Azure.
- AzureFunctionHttpResponse<B> - Class in io.micronaut.azure.function.http
-
Azure implementation of ServletHttpResponse
.
- AzureHttpFunction - Class in io.micronaut.azure.function.http
-
This class can be used as a base class for Azure HTTP functions that wish to route requests
to classes annotated with Controller
and the others annotations in the
io.micronaut.http.annotation
package.
- AzureHttpFunction() - Constructor for class io.micronaut.azure.function.http.AzureHttpFunction
-
Default constructor.