| Constructor and Description |
|---|
FunctionsEndpoint(FunctionCatalog functionCatalog) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FunctionRegistry |
| Modifier and Type | Field and Description |
|---|---|
protected FunctionCatalog |
AbstractSpringFunctionAdapterInitializer.catalog
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanFactoryAwareFunctionRegistry
Implementation of
FunctionRegistry capable of discovering functions in BeanFactory. |
class |
SimpleFunctionRegistry
Implementation of
FunctionCatalog and FunctionRegistry which
does not depend on Spring's BeanFactory. |
| Modifier and Type | Method and Description |
|---|---|
RoutingFunction |
ContextFunctionCatalogAutoConfiguration.functionRouter(FunctionCatalog functionCatalog,
FunctionProperties functionProperties,
org.springframework.beans.factory.BeanFactory beanFactory,
MessageRoutingCallback routingCallback,
DefaultMessageRoutingHandler defaultMessageRoutingHandler) |
FunctionsEndpoint |
FunctionsEndpointAutoConfiguration.functionsEndpoint(FunctionCatalog functionCatalog) |
| Constructor and Description |
|---|
RoutingFunction(FunctionCatalog functionCatalog,
FunctionProperties functionProperties) |
RoutingFunction(FunctionCatalog functionCatalog,
FunctionProperties functionProperties,
org.springframework.expression.BeanResolver beanResolver,
MessageRoutingCallback routingCallback) |
RoutingFunction(FunctionCatalog functionCatalog,
Map<String,String> propertiesMap,
org.springframework.expression.BeanResolver beanResolver,
MessageRoutingCallback routingCallback) |
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.