| 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 |
AbstractComposableFunctionRegistry
Base implementation of
FunctionRegistry which supports function composition
during lookups. |
class |
BeanFactoryAwareFunctionRegistry
Implementation of
FunctionRegistry capable of discovering functioins in BeanFactory. |
class |
SimpleFunctionRegistry
Implementation of
FunctionCatalog and FunctionRegistry which
does not depend on Spring's BeanFactory. |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
MessageHandlingHelper(List<GrpcMessageConverter<?>> grpcConverters,
FunctionCatalog functionCatalog,
FunctionProperties funcProperties) |
| Modifier and Type | Method and Description |
|---|---|
FunctionHandlerMapping |
ReactorAutoConfiguration.functionHandlerMapping(FunctionCatalog catalog,
FunctionController controller,
FunctionProperties functionProperties) |
| Constructor and Description |
|---|
FunctionHandlerMapping(FunctionCatalog catalog,
FunctionController controller,
FunctionProperties functionProperties) |
| Modifier and Type | Method and Description |
|---|---|
FunctionHandlerMapping |
ReactorAutoConfiguration.functionHandlerMapping(FunctionProperties functionProperties,
FunctionCatalog catalog,
FunctionController controller) |
| Constructor and Description |
|---|
FunctionHandlerMapping(FunctionProperties functionProperties,
FunctionCatalog catalog,
FunctionController controller) |
| Modifier and Type | Method and Description |
|---|---|
SupplierExporter |
FunctionExporterAutoConfiguration.sourceForwarder(RequestBuilder requestBuilder,
DestinationResolver destinationResolver,
FunctionCatalog catalog,
org.springframework.web.reactive.function.client.WebClient.Builder builder) |
| 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) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.