Class AzureWebProxyInvoker

java.lang.Object
org.springframework.cloud.function.adapter.azure.web.AzureWebProxyInvoker
All Implemented Interfaces:
com.microsoft.azure.functions.spi.inject.FunctionInstanceInjector

public class AzureWebProxyInvoker extends Object implements com.microsoft.azure.functions.spi.inject.FunctionInstanceInjector
Author:
Christian Tzolov, Oleg Zhurakousky
  • Constructor Details

    • AzureWebProxyInvoker

      public AzureWebProxyInvoker()
  • Method Details

    • getInstance

      public <T> T getInstance(Class<T> functionClass) throws Exception
      Specified by:
      getInstance in interface com.microsoft.azure.functions.spi.inject.FunctionInstanceInjector
      Throws:
      Exception
    • execute

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