Spring / Spring batch Interview questions
Explain the role MapJobRegistry in Spring Batch.
MapJobRegistry is the map based implementation of JobRepository interface that stores the job configuration as value and job name as key. This implements service registry pattern.
More Related questions...