Interface MethodManagedFunctionBuilderUtil.ManagedFunctionContextBuilder
- Enclosing class:
- MethodManagedFunctionBuilderUtil
public static interface MethodManagedFunctionBuilderUtil.ManagedFunctionContextBuilder
Builds the
ManagedFunctionContext.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetFlow(int flowIndex, MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandler handler) Specifies theMethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandlerforFlowindex.voidsetFlow(String functionName, MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandler handler) Specifies theMethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandlerfor invoking anotherManagedFunctionreflectively.voidSpecifies the object for index.
-
Method Details
-
setObject
Specifies the object for index.- Parameters:
dependencyIndex- Index of object.object- Object for the index.
-
setFlow
Specifies theMethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandlerforFlowindex.- Parameters:
flowIndex- Index of theFlow.handler-MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandlerfor theFlow.
-
setFlow
void setFlow(String functionName, MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandler handler) Specifies theMethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandlerfor invoking anotherManagedFunctionreflectively.- Parameters:
functionName- Name of theManagedFunction.handler-MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandlerfor theFlow.
-