Class 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