| Package | Description |
|---|---|
| step.functions.handler |
| 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) |
protected Map<String,String> |
AbstractFunctionHandler.mergeAllProperties(Input<?> input) |
Copyright © 2019. All rights reserved.