Class Function

java.lang.Object
io.micronaut.azure.function.AzureFunction
io.micronaut.azure.function.http.AzureHttpFunction
io.micronaut.starter.azure.Function
All Implemented Interfaces:
io.micronaut.context.ApplicationContextProvider, Closeable, AutoCloseable

public class Function extends io.micronaut.azure.function.http.AzureHttpFunction
Azure Functions with HTTP Trigger.
  • Field Summary

    Fields inherited from class io.micronaut.azure.function.http.AzureHttpFunction

    httpHandler

    Fields inherited from class io.micronaut.azure.function.AzureFunction

    applicationContext, LOG
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.microsoft.azure.functions.HttpResponseMessage
    invoke(com.microsoft.azure.functions.HttpRequestMessage<Optional<String>> request, com.microsoft.azure.functions.ExecutionContext context)
     

    Methods inherited from class io.micronaut.azure.function.http.AzureHttpFunction

    request, request, route

    Methods inherited from class io.micronaut.azure.function.AzureFunction

    close, defaultApplicationContextBuilder, getApplicationContext, registerApplicationContextShutDownHook, startApplicationContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Function

      public Function()
  • Method Details

    • invoke

      public com.microsoft.azure.functions.HttpResponseMessage invoke(com.microsoft.azure.functions.HttpRequestMessage<Optional<String>> request, com.microsoft.azure.functions.ExecutionContext context)