public interface FunctionExecutionService
| Modifier and Type | Method and Description |
|---|---|
<IN,OUT> step.functions.io.Output<OUT> |
callFunction(String tokenHandleId,
step.functions.Function function,
FunctionInput<IN> functionInput,
Class<OUT> outputClass) |
step.grid.TokenWrapper |
getLocalTokenHandle() |
step.grid.TokenWrapper |
getTokenHandle(Map<String,String> attributes,
Map<String,step.grid.tokenpool.Interest> interests,
boolean createSession,
step.grid.TokenWrapperOwner tokenWrapperOwner) |
void |
returnTokenHandle(String tokenHandleId) |
step.grid.TokenWrapper getLocalTokenHandle()
step.grid.TokenWrapper getTokenHandle(Map<String,String> attributes, Map<String,step.grid.tokenpool.Interest> interests, boolean createSession, step.grid.TokenWrapperOwner tokenWrapperOwner) throws FunctionExecutionServiceException
void returnTokenHandle(String tokenHandleId) throws FunctionExecutionServiceException
<IN,OUT> step.functions.io.Output<OUT> callFunction(String tokenHandleId, step.functions.Function function, FunctionInput<IN> functionInput, Class<OUT> outputClass)
Copyright © 2020. All rights reserved.