| Package | Description |
|---|---|
| step.functions.handler | |
| step.functions.io |
| Modifier and Type | Method and Description |
|---|---|
protected Output<OUT> |
AbstractFunctionHandler.delegate(String functionHandlerClassname,
Input<IN> input)
Delegate the execution of the function to the
AbstractFunctionHandler specified
in the arguments in the context of the default branch |
protected Output<OUT> |
AbstractFunctionHandler.delegate(String branchName,
String functionHandlerClassname,
Input<IN> input)
Delegate the execution of the function to the
AbstractFunctionHandler specified
in the arguments in the context of the specified branch |
protected abstract Output<OUT> |
AbstractFunctionHandler.handle(Input<IN> input) |
| Modifier and Type | Method and Description |
|---|---|
Output<javax.json.JsonObject> |
OutputBuilder.build()
Builds the output instance
|
Copyright © 2019. All rights reserved.