| 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) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
FunctionRegistry.register(FunctionRegistration<T> registration) |
| Modifier and Type | Method and Description |
|---|---|
FunctionRegistration<?> |
FunctionInspector.getRegistration(Object function)
Deprecated.
|
FunctionRegistration<?> |
SimpleFunctionRegistry.getRegistration(Object function) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
SimpleFunctionRegistry.register(FunctionRegistration<T> registration) |
| Modifier and Type | Method and Description |
|---|---|
FunctionRegistration |
KotlinLambdaToFunctionAutoConfiguration.KotlinFunctionWrapper.getFunctionRegistration() |
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.