Package de.dlr.proseo.monitor
Klasse MonitorConfiguration
java.lang.Object
de.dlr.proseo.monitor.MonitorConfiguration
@Configuration
@ConfigurationProperties(prefix="proseo.monitor")
@EntityScan(basePackages="de.dlr.proseo.model")
public class MonitorConfiguration
extends Object
Configuration class for the prosEO MonitorServices component
- Autor:
- Ernst Melchinger
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static class
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetCycle()
void
setAggregationStart
(String aggregationStart) void
setConnectTimeout
(Long connectTimeout) void
void
setDockers
(List<MonitorConfiguration.Docker> dockers) void
setOrderCycle
(Long orderCycle) void
setProductCycle
(Long productCycle) void
setReadTimeout
(Long readTimeout) void
setServiceAggregationCycle
(Long serviceAggregationCycle) void
setServiceCycle
(Long serviceCycle) void
setServices
(List<MonitorConfiguration.Service> services)
-
Konstruktordetails
-
MonitorConfiguration
public MonitorConfiguration()
-
-
Methodendetails
-
getAggregationStart
- Gibt zurück:
- the aggregationStart
-
setAggregationStart
- Parameter:
productAggregationStart
- the productAggregationStart to set
-
getProductCycle
- Gibt zurück:
- the productCycle
-
setProductCycle
- Parameter:
productCycle
- the productCycle to set
-
getServices
- Gibt zurück:
- the services
-
getDockers
- Gibt zurück:
- the dockers
-
setServices
- Parameter:
services
- the services to set
-
setDockers
- Parameter:
dockers
- the dockers to set
-
getConnectTimeout
- Gibt zurück:
- the connectTimeout
-
getReadTimeout
- Gibt zurück:
- the readTimeout
-
getCycle
- Gibt zurück:
- the cycle
-
setConnectTimeout
- Parameter:
connectTimeout
- the connectTimeout to set
-
setReadTimeout
- Parameter:
readTimeout
- the readTimeout to set
-
setCycle
- Parameter:
cycle
- the cycle to set
-
getServiceCycle
- Gibt zurück:
- the serviceCycle
-
getOrderCycle
- Gibt zurück:
- the orderCycle
-
setServiceCycle
- Parameter:
serviceCycle
- the serviceCycle to set
-
setOrderCycle
- Parameter:
orderCycle
- the orderCycle to set
-
getServiceAggregationCycle
- Gibt zurück:
- the serviceAggregationCycle
-
setServiceAggregationCycle
- Parameter:
serviceAggregationCycle
- the serviceAggregationCycle to set
-