Index
All Classes and Interfaces|All Packages
C
- close() - Method in class org.springframework.cloud.function.adapter.azure.FunctionInvoker
F
- FunctionInvoker<I,
O> - Class in org.springframework.cloud.function.adapter.azure - FunctionInvoker() - Constructor for class org.springframework.cloud.function.adapter.azure.FunctionInvoker
- FunctionInvoker(Class<?>) - Constructor for class org.springframework.cloud.function.adapter.azure.FunctionInvoker
H
- handleOutput(I, OutputBinding<O>, ExecutionContext) - Method in class org.springframework.cloud.function.adapter.azure.FunctionInvoker
- handleRequest(ExecutionContext) - Method in class org.springframework.cloud.function.adapter.azure.FunctionInvoker
- handleRequest(I, ExecutionContext) - Method in class org.springframework.cloud.function.adapter.azure.FunctionInvoker
- HttpFunctionInvoker<I> - Class in org.springframework.cloud.function.adapter.azure
-
Implementation of HTTP Request Handler for Azure which supports HttpRequestMessage and HttpResponseMessage the types required by Azure Functions for HTTP-triggered functions.
- HttpFunctionInvoker() - Constructor for class org.springframework.cloud.function.adapter.azure.HttpFunctionInvoker
- HttpFunctionInvoker(Class<?>) - Constructor for class org.springframework.cloud.function.adapter.azure.HttpFunctionInvoker
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
-
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
-
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
-
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
-
Post-processes the result from a reactive function invocation before returning it to the Azure runtime.
All Classes and Interfaces|All Packages