Package de.dlr.proseo.api.aipclient
Klasse AipClientConfiguration
java.lang.Object
de.dlr.proseo.api.aipclient.AipClientConfiguration
@Configuration
@ConfigurationProperties(prefix="proseo")
@EntityScan(basePackages="de.dlr.proseo.model")
public class AipClientConfiguration
extends Object
Configuration class for the prosEO AIP Client component
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the maximum number of parallel archive order threadsGets the maximum number of parallel download threadsGets the timeout for archive connections in millisecondsGets the path to the directory to download files toGets the retention period for ingested products in daysGets the timeout for Ingestor connections in millisecondsGets the URL of the prosEO IngestorGets the URL of the message recipientGets the sender identificationGets the URL of the Notification ServiceGets the interval between product order checksGets the Storage Manager mount point for product ingestionGets the source directory for uploads by the prosEO Storage Manager
-
Konstruktordetails
-
AipClientConfiguration
public AipClientConfiguration()
-
-
Methodendetails
-
getClientTargetDir
Gets the path to the directory to download files to- Gibt zurück:
- the download target directory
-
getIngestorUrl
Gets the URL of the prosEO Ingestor- Gibt zurück:
- the Ingestor URL
-
getIngestorTimeout
Gets the timeout for Ingestor connections in milliseconds- Gibt zurück:
- the ingestor timeout
-
getIngestorProductRetention
Gets the retention period for ingested products in days- Gibt zurück:
- the product retention period
-
getStorageMgrMountPoint
Gets the Storage Manager mount point for product ingestion- Gibt zurück:
- the ingestion mount point
-
getStorageMgrSourceDir
Gets the source directory for uploads by the prosEO Storage Manager- Gibt zurück:
- the Ingestor source directory
-
getOrderCheckInterval
Gets the interval between product order checks- Gibt zurück:
- the product order check interval in ms
-
getArchiveTimeout
Gets the timeout for archive connections in milliseconds- Gibt zurück:
- the archive timeout
-
getArchiveOrderThreads
Gets the maximum number of parallel archive order threads- Gibt zurück:
- the archive order threads
-
getArchiveThreads
Gets the maximum number of parallel download threads- Gibt zurück:
- the archive threads
-
getNotificationUrl
Gets the URL of the Notification Service- Gibt zurück:
- the Notification Service URL
-
getNotificationRecipient
Gets the URL of the message recipient- Gibt zurück:
- the notification recipient's URL
-
getNotificationSender
Gets the sender identification- Gibt zurück:
- the notification sender
-