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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.microsoft.azure.functions.HttpResponseMessageexecute(com.microsoft.azure.functions.HttpRequestMessage<Optional<String>> request, com.microsoft.azure.functions.ExecutionContext context) <T> TgetInstance(Class<T> functionClass)
-
Constructor Details
-
AzureWebProxyInvoker
public AzureWebProxyInvoker()
-
-
Method Details
-
getInstance
- Specified by:
getInstancein interfacecom.microsoft.azure.functions.spi.inject.FunctionInstanceInjector- Throws:
Exception
-
execute
-