Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WorkerMessageResponse

import type { WorkerMessageResponse } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

A worker_message response allows the server to pass information to the sender.

interface WorkerMessageResponse {
streamingScalingReportResponse?: StreamingScalingReportResponse;
workerHealthReportResponse?: WorkerHealthReportResponse;
workerMetricsResponse?: ResourceUtilizationReportResponse;
workerShutdownNoticeResponse?: WorkerShutdownNoticeResponse;
workerThreadScalingReportResponse?: WorkerThreadScalingReportResponse;
}

§Properties

§
streamingScalingReportResponse?: StreamingScalingReportResponse
[src]

Service's streaming scaling response for workers.

§
workerHealthReportResponse?: WorkerHealthReportResponse
[src]

The service's response to a worker's health report.

§

Service's response to reporting worker metrics (currently empty).

§
workerShutdownNoticeResponse?: WorkerShutdownNoticeResponse
[src]

Service's response to shutdown notice (currently empty).

§
workerThreadScalingReportResponse?: WorkerThreadScalingReportResponse
[src]

Service's thread scaling recommendation for workers.