I - input typeO - result typeFunctionInvoker@Deprecated public class AzureSpringBootRequestHandler<I,O> extends AbstractSpringFunctionAdapterInitializer<com.microsoft.azure.functions.ExecutionContext>
catalog, jsonMapper, TARGET_EXECUTION_CTX_NAME| Constructor and Description |
|---|
AzureSpringBootRequestHandler()
Deprecated.
|
AzureSpringBootRequestHandler(Class<?> configurationClass)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
protected Object |
convertEvent(I input)
Deprecated.
|
protected String |
doResolveName(Object targetContext)
Deprecated.
Allows you to resolve function name for cases where it
could not be located under default name.
|
protected reactor.core.publisher.Flux<?> |
extract(Object input)
Deprecated.
|
void |
handleOutput(I input,
com.microsoft.azure.functions.OutputBinding<O> binding,
com.microsoft.azure.functions.ExecutionContext context)
Deprecated.
|
O |
handleRequest(com.microsoft.azure.functions.ExecutionContext context)
Deprecated.
|
O |
handleRequest(I input,
com.microsoft.azure.functions.ExecutionContext context)
Deprecated.
|
protected boolean |
isSingleInput(Function<?,?> function,
Object input)
Deprecated.
|
protected boolean |
isSingleOutput(Function<?,?> function,
Object output)
Deprecated.
|
apply, clear, convertOutput, function, getContext, getFunction, getInputType, initialize, resultpublic AzureSpringBootRequestHandler(Class<?> configurationClass)
public AzureSpringBootRequestHandler()
public O handleRequest(com.microsoft.azure.functions.ExecutionContext context)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in class AbstractSpringFunctionAdapterInitializer<com.microsoft.azure.functions.ExecutionContext>public O handleRequest(I input, com.microsoft.azure.functions.ExecutionContext context)
public void handleOutput(I input, com.microsoft.azure.functions.OutputBinding<O> binding, com.microsoft.azure.functions.ExecutionContext context)
protected String doResolveName(Object targetContext)
AbstractSpringFunctionAdapterInitializerdoResolveName in class AbstractSpringFunctionAdapterInitializer<com.microsoft.azure.functions.ExecutionContext>targetContext - the target context instanceprotected reactor.core.publisher.Flux<?> extract(Object input)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.