Package de.dlr.proseo.ingestor
Klasse IngestorApplication
java.lang.Object
de.dlr.proseo.ingestor.IngestorApplication
- Alle implementierten Schnittstellen:
org.springframework.boot.CommandLineRunner
@SpringBootApplication
@EnableConfigurationProperties
@ComponentScan(basePackages="de.dlr.proseo")
@EnableJpaRepositories(basePackages="de.dlr.proseo.model.dao")
public class IngestorApplication
extends Object
implements org.springframework.boot.CommandLineRunner
prosEO Ingestor application
- Autor:
- Dr. Thomas Bassler
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibung(Package privat) IngestorConfiguration
Ingestor configuration(Package privat) ProductIngestor
The product ingestor -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the product ingestor configuration for the applicationReturns the product ingestor for the applicationstatic void
void
void
setIngestorConfig
(IngestorConfiguration ingestorConfig) Sets the product ingestor configuration for the applicationvoid
setProductIngestor
(ProductIngestor productIngestor) Sets the product ingestor for the applicationvoid
Starts the retention thread
-
Felddetails
-
ingestorConfig
Ingestor configuration -
productIngestor
The product ingestor
-
-
Konstruktordetails
-
IngestorApplication
public IngestorApplication()
-
-
Methodendetails
-
getProductIngestor
Returns the product ingestor for the application- Gibt zurück:
- the product ingestor
-
setProductIngestor
Sets the product ingestor for the application- Parameter:
productIngestor
- the product ingestor to set
-
getIngestorConfig
Returns the product ingestor configuration for the application- Gibt zurück:
- the ingestor configuration
-
setIngestorConfig
Sets the product ingestor configuration for the application- Parameter:
ingestorConfig
- the ingestor configuration to set
-
main
- Löst aus:
Exception
-
run
- Angegeben von:
run
in Schnittstelleorg.springframework.boot.CommandLineRunner
- Löst aus:
Exception
-
startDispatcher
public void startDispatcher()Starts the retention thread
-