| Modifier and Type | Method and Description |
|---|---|
protected O |
FunctionInvoker.postProcessFluxFunctionResult(I rawInputs,
Object functionInputs,
reactor.core.publisher.Flux<?> functionResult,
SimpleFunctionRegistry.FunctionInvocationWrapper function,
com.microsoft.azure.functions.ExecutionContext executionContext)
Post-processes the
Flux result from a reactive function invocation before returning it to the Azure
runtime. |
protected O |
FunctionInvoker.postProcessImperativeFunctionResult(I rawInputs,
Object functionInputs,
Object functionResult,
SimpleFunctionRegistry.FunctionInvocationWrapper function,
com.microsoft.azure.functions.ExecutionContext executionContext)
Post-processes the result from a non-reactive function invocation before returning it to the Azure
runtime.
|
protected O |
FunctionInvoker.postProcessMonoFunctionResult(I rawInputs,
Object functionInputs,
reactor.core.publisher.Mono<?> functionResult,
SimpleFunctionRegistry.FunctionInvocationWrapper function,
com.microsoft.azure.functions.ExecutionContext executionContext)
Post-processes the
Mono result from a reactive function invocation before returning it to the Azure
runtime. |
protected O |
FunctionInvoker.postProcessReactiveFunctionResult(I rawInputs,
Object functionInputs,
org.reactivestreams.Publisher<?> functionResult,
SimpleFunctionRegistry.FunctionInvocationWrapper function,
com.microsoft.azure.functions.ExecutionContext executionContext)
Post-processes the result from a reactive function invocation before returning it to the Azure
runtime.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
FunctionAroundWrapper.apply(Object input,
SimpleFunctionRegistry.FunctionInvocationWrapper targetFunction) |
protected abstract Object |
FunctionAroundWrapper.doApply(Object input,
SimpleFunctionRegistry.FunctionInvocationWrapper targetFunction) |
| Modifier and Type | Method and Description |
|---|---|
SimpleFunctionRegistry.FunctionInvocationWrapper |
RequestProcessor.FunctionWrapper.function() |
| Modifier and Type | Method and Description |
|---|---|
static RequestProcessor.FunctionWrapper |
RequestProcessor.wrapper(SimpleFunctionRegistry.FunctionInvocationWrapper function) |
| Constructor and Description |
|---|
FunctionWrapper(SimpleFunctionRegistry.FunctionInvocationWrapper function) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleFunctionRegistry.FunctionInvocationWrapper |
FunctionWebRequestProcessingHelper.findFunction(FunctionProperties functionProperties,
org.springframework.http.HttpMethod method,
FunctionCatalog functionCatalog,
Map<String,Object> attributes,
String path,
String[] acceptContentTypes) |
SimpleFunctionRegistry.FunctionInvocationWrapper |
FunctionWrapper.getFunction() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
FunctionWebRequestProcessingHelper.invokeFunction(SimpleFunctionRegistry.FunctionInvocationWrapper function,
Object input,
boolean isMessage) |
| Constructor and Description |
|---|
FunctionWrapper(SimpleFunctionRegistry.FunctionInvocationWrapper function) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.