Package step.artefacts.handlers
Class LocalFunctionRouterImpl
java.lang.Object
step.artefacts.handlers.LocalFunctionRouterImpl
- All Implemented Interfaces:
FunctionRouter
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstep.grid.TokenWrapper
selectToken
(CallFunction callFunction, Function function, FunctionGroupHandler.FunctionGroupContext functionGroupContext, Map<String, Object> bindings, step.grid.TokenWrapperOwner tokenWrapperOwner)
-
Field Details
-
functionExecutionService
-
-
Constructor Details
-
LocalFunctionRouterImpl
-
-
Method Details
-
selectToken
public step.grid.TokenWrapper selectToken(CallFunction callFunction, Function function, FunctionGroupHandler.FunctionGroupContext functionGroupContext, Map<String, Object> bindings, step.grid.TokenWrapperOwner tokenWrapperOwner) throws FunctionExecutionServiceException- Specified by:
selectToken
in interfaceFunctionRouter
- Throws:
FunctionExecutionServiceException
-