Class FileIngestConfig
- java.lang.Object
-
- org.molgenis.file.ingest.execution.FileIngestConfig
-
@Configuration @Import(FileIngester.class) public class FileIngestConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description FileIngestConfig(FileIngester fileIngester, ScheduledJobTypeFactory scheduledJobTypeFactory, FileIngestJobExecutionMetadata fileIngestJobExecutionMetadata, org.molgenis.web.menu.MenuReaderService menuReaderService, com.google.gson.Gson gson)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobFactory<FileIngestJobExecution>fileIngestJobFactory()The FileIngestJob Factory bean.ScheduledJobTypefileIngestJobType()
-
-
-
Constructor Detail
-
FileIngestConfig
public FileIngestConfig(FileIngester fileIngester, ScheduledJobTypeFactory scheduledJobTypeFactory, FileIngestJobExecutionMetadata fileIngestJobExecutionMetadata, org.molgenis.web.menu.MenuReaderService menuReaderService, com.google.gson.Gson gson)
-
-
Method Detail
-
fileIngestJobFactory
@Bean public JobFactory<FileIngestJobExecution> fileIngestJobFactory()
The FileIngestJob Factory bean.
-
fileIngestJobType
@Lazy @Bean public ScheduledJobType fileIngestJobType()
-
-