Package org.somda.sdc.glue.consumer
Class ConsumerConfig
- java.lang.Object
-
- org.somda.sdc.glue.consumer.ConsumerConfig
-
public class ConsumerConfig extends Object
Configuration for the SDC consumer side.- See Also:
DefaultGlueConfigModule
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPLY_REPORTS_SAME_MDIB_VERSIONEnable applying reports which have the same MDIB version as the current MdibStorage.static StringAWAITING_TRANSACTION_TIMEOUTDefault timeout for awaiting of transaction objects.static StringREQUESTED_EXPIRESConfigures the default expiration time requested for subscribe requests.static StringWATCHDOG_PERIODConfigures the period for SdcRemoteDevice watchdog jobs.
-
Constructor Summary
Constructors Constructor Description ConsumerConfig()
-
-
-
Field Detail
-
WATCHDOG_PERIOD
public static final String WATCHDOG_PERIOD
Configures the period for SdcRemoteDevice watchdog jobs.- Data type: Duration
- Use: optional
- See Also:
- Constant Field Values
-
REQUESTED_EXPIRES
public static final String REQUESTED_EXPIRES
Configures the default expiration time requested for subscribe requests.- Data type: Duration
- Use: optional
- See Also:
- Constant Field Values
-
AWAITING_TRANSACTION_TIMEOUT
public static final String AWAITING_TRANSACTION_TIMEOUT
Default timeout for awaiting of transaction objects.This duration is used to sort out stale reports. Its value defines the threshold from which on a report counts as stale.
- Data type: Duration
- Use: optional
- See Also:
- Constant Field Values
-
APPLY_REPORTS_SAME_MDIB_VERSION
public static final String APPLY_REPORTS_SAME_MDIB_VERSION
Enable applying reports which have the same MDIB version as the current MdibStorage.This useful for testing purposes, as there are requirements where this behavior is of interest.
- Data type: Boolean
- Use: optional
- See Also:
- Constant Field Values
-
-