WorkerMessage constructor

WorkerMessage({
  1. DataSamplingReport? dataSamplingReport,
  2. Map<String, String>? labels,
  3. String? time,
  4. WorkerHealthReport? workerHealthReport,
  5. WorkerLifecycleEvent? workerLifecycleEvent,
  6. WorkerMessageCode? workerMessageCode,
  7. ResourceUtilizationReport? workerMetrics,
  8. WorkerShutdownNotice? workerShutdownNotice,
  9. WorkerThreadScalingReport? workerThreadScalingReport,
})

Implementation

WorkerMessage({
  this.dataSamplingReport,
  this.labels,
  this.time,
  this.workerHealthReport,
  this.workerLifecycleEvent,
  this.workerMessageCode,
  this.workerMetrics,
  this.workerShutdownNotice,
  this.workerThreadScalingReport,
});