@Configuration @Import(value=FileIngester.class) public class FileIngestConfig extends Object
| Constructor and Description |
|---|
FileIngestConfig(FileIngester fileIngester,
ScheduledJobTypeFactory scheduledJobTypeFactory,
FileIngestJobExecutionMetaData fileIngestJobExecutionMetaData,
MenuReaderService menuReaderService,
com.google.gson.Gson gson) |
| Modifier and Type | Method and Description |
|---|---|
JobFactory<FileIngestJobExecution> |
fileIngestJobFactory()
The FileIngestJob Factory bean.
|
ScheduledJobType |
fileIngestJobType() |
public FileIngestConfig(FileIngester fileIngester, ScheduledJobTypeFactory scheduledJobTypeFactory, FileIngestJobExecutionMetaData fileIngestJobExecutionMetaData, MenuReaderService menuReaderService, com.google.gson.Gson gson)
@Bean public JobFactory<FileIngestJobExecution> fileIngestJobFactory()
@Lazy @Bean public ScheduledJobType fileIngestJobType()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.