Package com.smeup.kokos.sdk.model
Class ExecutionContext
java.lang.Object
com.smeup.kokos.sdk.model.ExecutionContext
- Author:
- mattia.bonardi This refers to execution context passed to Micro Executor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends SmeupDataStructure>
TexecuteFun(Fun fun, Class<T> responseType) voidexecuteFunAsync(Fun fun) getApp()getDebug()getUser()voidvoidsetBatchContext(BatchContext batchContext) voidvoidsetFlowContext(FlowContext flowContext) voidsetLanguage(Language language) voidvoidsetServiceCaller(IServiceCaller serviceCaller) voidvoidsetVariableContext(VariableContext variableContext)
-
Constructor Details
-
ExecutionContext
public ExecutionContext()
-
-
Method Details