WorkerMessage constructor
WorkerMessage({
- Map<
String, String> ? labels, - String? time,
- WorkerHealthReport? workerHealthReport,
- WorkerLifecycleEvent? workerLifecycleEvent,
- WorkerMessageCode? workerMessageCode,
- ResourceUtilizationReport? workerMetrics,
- WorkerShutdownNotice? workerShutdownNotice,
Implementation
WorkerMessage({
this.labels,
this.time,
this.workerHealthReport,
this.workerLifecycleEvent,
this.workerMessageCode,
this.workerMetrics,
this.workerShutdownNotice,
});