Class MapTaskBatchDao
java.lang.Object
org.springframework.cloud.task.batch.listener.support.MapTaskBatchDao
- All Implemented Interfaces:
TaskBatchDao
Map implementation of the
TaskBatchDao
.
This is intended for testing purposes only!
- Author:
- Michael Minella
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
saveRelationship
(TaskExecution taskExecution, org.springframework.batch.core.JobExecution jobExecution) Saves the relationship between a task execution and a job execution.
-
Constructor Details
-
MapTaskBatchDao
-
-
Method Details
-
saveRelationship
public void saveRelationship(TaskExecution taskExecution, org.springframework.batch.core.JobExecution jobExecution) Description copied from interface:TaskBatchDao
Saves the relationship between a task execution and a job execution.- Specified by:
saveRelationship
in interfaceTaskBatchDao
- Parameters:
taskExecution
- task executionjobExecution
- job execution
-