AdvancedSubscriberOptions constructor

const AdvancedSubscriberOptions({
  1. bool history = false,
  2. bool detectLatePublishers = false,
  3. bool recovery = false,
  4. bool lastSampleMissDetection = false,
  5. int periodicQueriesPeriodMs = 0,
  6. bool subscriberDetection = false,
  7. bool enableMissListener = false,
})

Creates advanced subscriber options.

Implementation

const AdvancedSubscriberOptions({
  this.history = false,
  this.detectLatePublishers = false,
  this.recovery = false,
  this.lastSampleMissDetection = false,
  this.periodicQueriesPeriodMs = 0,
  this.subscriberDetection = false,
  this.enableMissListener = false,
});