Package org.somda.sdc.glue.consumer
Class ConsumerConfig
java.lang.Object
org.somda.sdc.glue.consumer.ConsumerConfig
Configuration for the SDC consumer side.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringEnable applying reports which have the same MDIB version as the current MdibStorage.static final StringDefault timeout for awaiting of transaction objects.static final StringConfigures the default expiration time requested for subscribe requests.static final StringConfigures the period for SdcRemoteDevice watchdog jobs. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
WATCHDOG_PERIOD
Configures the period for SdcRemoteDevice watchdog jobs.- Data type: Duration
- Use: optional
- See Also:
-
REQUESTED_EXPIRES
Configures the default expiration time requested for subscribe requests.- Data type: Duration
- Use: optional
- See Also:
-
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:
-
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:
-
-
Constructor Details
-
ConsumerConfig
public ConsumerConfig()
-