Class ConsumerConfig

java.lang.Object
org.somda.sdc.glue.consumer.ConsumerConfig

public class ConsumerConfig extends Object
Configuration for the SDC consumer side.
See Also:
  • Field Details

    • WATCHDOG_PERIOD

      public static final String WATCHDOG_PERIOD
      Configures the period for SdcRemoteDevice watchdog jobs.
      See Also:
    • REQUESTED_EXPIRES

      public static final String REQUESTED_EXPIRES
      Configures the default expiration time requested for subscribe requests.
      See Also:
    • 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.

      See Also:
    • 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.

      See Also:
  • Constructor Details

    • ConsumerConfig

      public ConsumerConfig()