LambdaInvokerFactory.builder() to configure invoker factory.@Deprecated public class LambdaInvokerFactoryConfig extends Object
LambdaInvokerFactory to override default behavior.| Constructor and Description | 
|---|
LambdaInvokerFactoryConfig()
Deprecated. 
 
Use  
LambdaInvokerFactory.builder() to configure invoker factory. | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getFunctionAlias()
Deprecated.  
  | 
String | 
getFunctionVersion()
Deprecated.  
  | 
LambdaFunctionNameResolver | 
getLambdaFunctionNameResolver()
Deprecated.  
  | 
com.fasterxml.jackson.databind.ObjectMapper | 
getObjectMapper()
Deprecated.  
  | 
LambdaInvokerFactoryConfig | 
withLambdaFunctionNameResolver(LambdaFunctionNameResolver functionNameResolver)
Deprecated. 
 
Use  
LambdaInvokerFactory.builder() to configure invoker factory. | 
@Deprecated public LambdaInvokerFactoryConfig()
LambdaInvokerFactory.builder() to configure invoker factory.public LambdaFunctionNameResolver getLambdaFunctionNameResolver()
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
public String getFunctionAlias()
public String getFunctionVersion()
@Deprecated public LambdaInvokerFactoryConfig withLambdaFunctionNameResolver(LambdaFunctionNameResolver functionNameResolver)
LambdaInvokerFactory.builder() to configure invoker factory.functionNameResolver - Implementation of LambdaFunctionNameResolver