Class AzureFunctionUtil
java.lang.Object
org.springframework.cloud.function.adapter.azure.AzureFunctionUtil
- Since:
- 4.0
- Author:
- Christian Tzolov, Oleg Zhurakousky, Chris Bono
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringMessage header key name used to store and extract the ExecutionContext. -
Method Summary
Modifier and TypeMethodDescriptionstatic <I> ObjectenhanceInputIfNecessary(Object input, com.microsoft.azure.functions.ExecutionContext executionContext)
-
Field Details
-
EXECUTION_CONTEXT
Message header key name used to store and extract the ExecutionContext.
-
-
Method Details
-
enhanceInputIfNecessary
-