Class HttpFunctionInvoker<I>

java.lang.Object
org.springframework.cloud.function.adapter.azure.FunctionInvoker<com.microsoft.azure.functions.HttpRequestMessage<I>,com.microsoft.azure.functions.HttpResponseMessage>
org.springframework.cloud.function.adapter.azure.HttpFunctionInvoker<I>
Type Parameters:
I - input type

@Deprecated public class HttpFunctionInvoker<I> extends FunctionInvoker<com.microsoft.azure.functions.HttpRequestMessage<I>,com.microsoft.azure.functions.HttpResponseMessage>
Deprecated.
since 4.0.0 in favor of the dependency injection implementation AzureFunctionInstanceInjector. Follow the official documentation for further information.
Implementation of HTTP Request Handler for Azure which supports HttpRequestMessage and HttpResponseMessage the types required by Azure Functions for HTTP-triggered functions.
Since:
3.2
Author:
Oleg Zhurakousky
  • Constructor Details

    • HttpFunctionInvoker

      public HttpFunctionInvoker(Class<?> configurationClass)
      Deprecated.
    • HttpFunctionInvoker

      public HttpFunctionInvoker()
      Deprecated.