Package | Description |
---|---|
org.springframework.cloud.function.context | |
org.springframework.cloud.function.context.catalog |
Modifier and Type | Field and Description |
---|---|
static FunctionType |
FunctionType.UNCLASSIFIED
Unclassified function types.
|
Modifier and Type | Method and Description |
---|---|
static FunctionType |
FunctionType.compose(FunctionType input,
FunctionType output) |
static FunctionType |
FunctionType.consumer(Class<?> input) |
static FunctionType |
FunctionType.from(Class<?> input) |
FunctionType |
FunctionRegistration.getType() |
FunctionType |
FunctionType.message() |
static FunctionType |
FunctionType.of(Type function) |
static FunctionType |
FunctionType.supplier(Class<?> input) |
FunctionType |
FunctionType.to(Class<?> output) |
FunctionType |
FunctionType.wrap(Class<?> wrapper) |
FunctionType |
FunctionType.wrap(Class<?> input,
Class<?> output) |
Modifier and Type | Method and Description |
---|---|
static FunctionType |
FunctionType.compose(FunctionType input,
FunctionType output) |
FunctionRegistration<T> |
FunctionRegistration.type(FunctionType type) |
Modifier and Type | Method and Description |
---|---|
protected FunctionType |
InMemoryFunctionCatalog.findType(FunctionRegistration<?> functionRegistration,
String name) |
protected FunctionType |
AbstractComposableFunctionRegistry.findType(FunctionRegistration<?> functionRegistration,
String name) |
FunctionType |
AbstractComposableFunctionRegistry.getFunctionType(String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractComposableFunctionRegistry.addType(String name,
FunctionType functionType) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.