AdvancedSubscriberOptions constructor

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

Creates advanced subscriber options.

Implementation

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