Index
All Classes and Interfaces|All Packages
A
- AzureFunctionInstanceInjector - Class in org.springframework.cloud.function.adapter.azure
-
The instance factory used by the Spring framework to initialize Azure function instance.
- AzureFunctionInstanceInjector() - Constructor for class org.springframework.cloud.function.adapter.azure.AzureFunctionInstanceInjector
- AzureFunctionUtil - Class in org.springframework.cloud.function.adapter.azure
C
- close() - Method in class org.springframework.cloud.function.adapter.azure.FunctionInvoker
-
Deprecated.
E
- enhanceInputIfNecessary(Object, ExecutionContext) - Static method in class org.springframework.cloud.function.adapter.azure.AzureFunctionUtil
- EXECUTION_CONTEXT - Static variable in class org.springframework.cloud.function.adapter.azure.AzureFunctionUtil
-
Message header key name used to store and extract the ExecutionContext.
F
- FunctionInvoker<I,
O> - Class in org.springframework.cloud.function.adapter.azure -
Deprecated.
- FunctionInvoker() - Constructor for class org.springframework.cloud.function.adapter.azure.FunctionInvoker
-
Deprecated.
- FunctionInvoker(Class<?>) - Constructor for class org.springframework.cloud.function.adapter.azure.FunctionInvoker
-
Deprecated.
G
- getInstance(Class<T>) - Method in class org.springframework.cloud.function.adapter.azure.AzureFunctionInstanceInjector
-
This method is called by the Azure Java Worker on every function invocation.
H
- handleOutput(I, OutputBinding<O>, ExecutionContext) - Method in class org.springframework.cloud.function.adapter.azure.FunctionInvoker
-
Deprecated.
- handleRequest(ExecutionContext) - Method in class org.springframework.cloud.function.adapter.azure.FunctionInvoker
-
Deprecated.
- handleRequest(I, ExecutionContext) - Method in class org.springframework.cloud.function.adapter.azure.FunctionInvoker
-
Deprecated.
- HttpFunctionInvoker<I> - Class in org.springframework.cloud.function.adapter.azure
-
Deprecated.since 4.0.0 in favor of the dependency injection implementation
AzureFunctionInstanceInjector. Follow the official documentation for further information. - HttpFunctionInvoker() - Constructor for class org.springframework.cloud.function.adapter.azure.HttpFunctionInvoker
-
Deprecated.
- HttpFunctionInvoker(Class<?>) - Constructor for class org.springframework.cloud.function.adapter.azure.HttpFunctionInvoker
-
Deprecated.
O
- org.springframework.cloud.function.adapter.azure - package org.springframework.cloud.function.adapter.azure
P
- postProcessFluxFunctionResult(I, Object, Flux<?>, SimpleFunctionRegistry.FunctionInvocationWrapper, ExecutionContext) - Method in class org.springframework.cloud.function.adapter.azure.FunctionInvoker
-
Deprecated.Post-processes the
Fluxresult from a reactive function invocation before returning it to the Azure runtime. - postProcessImperativeFunctionResult(I, Object, Object, SimpleFunctionRegistry.FunctionInvocationWrapper, ExecutionContext) - Method in class org.springframework.cloud.function.adapter.azure.FunctionInvoker
-
Deprecated.Post-processes the result from a non-reactive function invocation before returning it to the Azure runtime.
- postProcessMonoFunctionResult(I, Object, Mono<?>, SimpleFunctionRegistry.FunctionInvocationWrapper, ExecutionContext) - Method in class org.springframework.cloud.function.adapter.azure.FunctionInvoker
-
Deprecated.Post-processes the
Monoresult from a reactive function invocation before returning it to the Azure runtime. - postProcessReactiveFunctionResult(I, Object, Publisher<?>, SimpleFunctionRegistry.FunctionInvocationWrapper, ExecutionContext) - Method in class org.springframework.cloud.function.adapter.azure.FunctionInvoker
-
Deprecated.Post-processes the result from a reactive function invocation before returning it to the Azure runtime.
All Classes and Interfaces|All Packages
AzureFunctionInstanceInjector. Follow the official documentation for further information.