| Package | Description |
|---|---|
| org.springframework.cloud.function.context | |
| org.springframework.cloud.function.context.catalog | |
| org.springframework.cloud.function.context.config |
| Modifier and Type | Method and Description |
|---|---|
FunctionRegistration<T> |
FunctionRegistration.name(String name) |
FunctionRegistration<T> |
FunctionRegistration.names(Collection<String> names) |
FunctionRegistration<T> |
FunctionRegistration.names(String... names) |
FunctionRegistration<T> |
FunctionRegistration.properties(Map<String,String> properties) |
FunctionRegistration<T> |
FunctionRegistration.target(T target)
Allows to override the target of this registration with a new target that typically
wraps the original target.
|
FunctionRegistration<T> |
FunctionRegistration.type(FunctionType type) |
FunctionRegistration<T> |
FunctionRegistration.type(Type type) |
<S> FunctionRegistration<S> |
FunctionRegistration.wrap()
Transforms (wraps) function identified by the 'target' to its
Flux
equivalent unless it already is. |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
FunctionRegistry.register(FunctionRegistration<T> registration) |
| Modifier and Type | Method and Description |
|---|---|
FunctionRegistration<?> |
AbstractComposableFunctionRegistry.getRegistration(Object function) |
FunctionRegistration<?> |
FunctionInspector.getRegistration(Object function)
Deprecated.
|
FunctionRegistration<?> |
SimpleFunctionRegistry.getRegistration(Object function) |
| Modifier and Type | Method and Description |
|---|---|
protected FunctionType |
AbstractComposableFunctionRegistry.findType(FunctionRegistration<?> functionRegistration,
String name) |
protected void |
AbstractComposableFunctionRegistry.register(FunctionRegistration<?> registration,
String key)
Registers function wrapped by the provided FunctionRegistration with
this FunctionRegistry.
|
<T> void |
AbstractComposableFunctionRegistry.register(FunctionRegistration<T> functionRegistration) |
<T> void |
SimpleFunctionRegistry.register(FunctionRegistration<T> registration) |
| Modifier and Type | Method and Description |
|---|---|
FunctionRegistration |
KotlinLambdaToFunctionAutoConfiguration.KotlinFunctionWrapper.getFunctionRegistration() |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.