| Package | Description |
|---|---|
| io.serverlessworkflow.api.functions | |
| io.serverlessworkflow.api.workflow |
| Modifier and Type | Method and Description |
|---|---|
FunctionDefinition |
FunctionDefinition.withAuthRef(String authRef) |
FunctionDefinition |
FunctionDefinition.withMetadata(Map<String,String> metadata) |
FunctionDefinition |
FunctionDefinition.withName(String name) |
FunctionDefinition |
FunctionDefinition.withOperation(String operation) |
FunctionDefinition |
FunctionDefinition.withType(FunctionDefinition.Type type) |
| Modifier and Type | Method and Description |
|---|---|
List<FunctionDefinition> |
Functions.getFunctionDefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Functions.setFunctionDefs(List<FunctionDefinition> functionDefs) |
| Constructor and Description |
|---|
Functions(List<FunctionDefinition> functionDefs) |
Copyright © 2020–2023 CNCF. All rights reserved.