Package com.smeup.kokos.sdk.model.dto
Class ExecutionContextDTO
java.lang.Object
com.smeup.kokos.sdk.model.dto.ExecutionContextDTO
- Author:
- mattia.bonardi DTO to share execution context between microservices
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetApp()getDebug()getUser()voidvoidsetBatchContext(BatchContextDTO batchContext) voidvoidvoidsetUser(KokosUserDTO user)
-
Constructor Details
-
ExecutionContextDTO
public ExecutionContextDTO()
-
-
Method Details
-
getUser
-
setUser
-
getApp
-
setApp
-
getLocale
-
setLocale
-
getBatchContext
-
setBatchContext
-
getDebug
-
setDebug
-