| 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(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) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
InMemoryFunctionCatalog.register(FunctionRegistration<T> registration) |
| Constructor and Description |
|---|
InMemoryFunctionCatalog(Set<FunctionRegistration<?>> registrations) |
| Modifier and Type | Method and Description |
|---|---|
FunctionRegistration<?> |
ContextFunctionCatalogAutoConfiguration.BeanFactoryFunctionInspector.getRegistration(Object function) |
FunctionRegistration<?> |
ContextFunctionCatalogAutoConfiguration.ContextFunctionRegistry.getRegistration(Object function) |
| Modifier and Type | Method and Description |
|---|---|
Set<FunctionRegistration<?>> |
ContextFunctionCatalogAutoConfiguration.ContextFunctionRegistry.merge(Map<String,FunctionRegistration<?>> initial,
Map<String,Consumer<?>> consumers,
Map<String,Supplier<?>> suppliers,
Map<String,Function<?,?>> functions) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ContextFunctionCatalogAutoConfiguration.BeanFactoryFunctionCatalog.register(FunctionRegistration<T> registration) |
<T> void |
ContextFunctionCatalogAutoConfiguration.ContextFunctionRegistry.register(FunctionRegistration<T> function) |
| Modifier and Type | Method and Description |
|---|---|
Set<FunctionRegistration<?>> |
ContextFunctionCatalogAutoConfiguration.ContextFunctionRegistry.merge(Map<String,FunctionRegistration<?>> initial,
Map<String,Consumer<?>> consumers,
Map<String,Supplier<?>> suppliers,
Map<String,Function<?,?>> functions) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.