@Component protected static class ContextFunctionCatalogAutoConfiguration.ContextFunctionRegistry extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ContextFunctionRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Set<String> |
getConsumers() |
Set<String> |
getFunctions() |
FunctionRegistration<?> |
getRegistration(Object function) |
Set<String> |
getSuppliers() |
Consumer<?> |
lookupConsumer(String name) |
Function<?,?> |
lookupFunction(String name) |
Supplier<?> |
lookupSupplier(String name) |
Set<FunctionRegistration<?>> |
merge(Map<String,FunctionRegistration<?>> initial,
Map<String,Consumer<?>> consumers,
Map<String,Supplier<?>> suppliers,
Map<String,Function<?,?>> functions) |
<T> void |
register(FunctionRegistration<T> function) |
public FunctionRegistration<?> getRegistration(Object function)
public <T> void register(FunctionRegistration<T> function)
@PreDestroy public void close()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.