@Configuration
public class PropertiesConfig
extends java.lang.Object
Constructor and Description |
---|
PropertiesConfig() |
Modifier and Type | Method and Description |
---|---|
DataServiceRetryProperties |
dataServiceRetryProperties()
All the properties related to configuring data service retries.
|
HealthProperties |
healthProperties()
All the properties related to configuring health threshold properties.
|
JobsProperties |
jobsProperties()
All the properties related to configuring and running jobs.
|
S3FileTransferProperties |
s3FileTransferProperties()
All the properties related to configuring S3 file transfer.
|
@Bean @ConfigurationProperties(value="genie.jobs") public JobsProperties jobsProperties()
@Bean @ConfigurationProperties(value="genie.data.service.retry") public DataServiceRetryProperties dataServiceRetryProperties()
@Bean @ConfigurationProperties(value="genie.health") public HealthProperties healthProperties()
@Bean @ConfigurationProperties(value="genie.s3filetransfer") public S3FileTransferProperties s3FileTransferProperties()