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

public class HttpFunctionInvoker<I> extends FunctionInvoker<com.microsoft.azure.functions.HttpRequestMessage<I>,com.microsoft.azure.functions.HttpResponseMessage>
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)
    • HttpFunctionInvoker

      public HttpFunctionInvoker()