This execution strategy lets you run validations for your batch data structure and fails-fast on the first failure for any member in the batch i.e., if a member fails one of the validations, it stops running further validations on the rest of the members in the batch.
Param | Data type | Required? | Description |
---|---|---|---|
|
|
Yes |
List of POJO/Beans under validation |
|
|
Yes |
Config for validation |
|
|
No |
Failure to return if a member in |
|
|
No |