Class JobContextSetupListener

java.lang.Object
jakarta.batch.api.listener.AbstractJobListener
org.hibernate.search.jakarta.batch.core.massindexing.spi.JobContextSetupListener
All Implemented Interfaces:
JobListener

@Named("org.hibernate.search.jsr352.massindexing.impl.JobContextSetupListener") @HibernateSearchJobScoped public class JobContextSetupListener extends AbstractJobListener
Listener before the start of the job. It aims to validate all the job parameters and setup the job context data, shared by all the steps.
Author:
Mincong Huang