Interface DistributedProcessHandler.ProcessExecutionAnalysisContext
-
- All Known Implementing Classes:
AbstractImportProcessExecutionAnalysisContext
,ImportProcessExecutionAnalysisContext
,SimpleAbstractTurnContext
,SimpleDistributedProcessExecutionAnalysisContext
,SimpleNextTurnContext
,SimpleProcessFailedContext
,SimpleProcessFinishedSuccessfullyContext
,Y2YSyncProcessAnalysisContext
- Enclosing interface:
- DistributedProcessHandler
public static interface DistributedProcessHandler.ProcessExecutionAnalysisContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>>
nextExecutionInputBatches()
DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>
prepareProcessForNextExecution()
boolean
processFailed()
boolean
processSucceeded()
-
-
-
Method Detail
-
processFailed
boolean processFailed()
-
processSucceeded
boolean processSucceeded()
-
nextExecutionInputBatches
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> nextExecutionInputBatches()
-
prepareProcessForNextExecution
DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel> prepareProcessForNextExecution()
-
-