You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* **NOTE**: The namespace provided in {@link options} is **not** automatically set on requests made to the service.
227
233
*/
228
234
readonlyworkflowService: WorkflowService;
235
+
229
236
/**
230
237
* Raw gRPC access to the Temporal {@link https://github.com/temporalio/api/blob/ddf07ab9933e8230309850e3c579e1ff34b03f53/temporal/api/operatorservice/v1/service.proto | operator service}.
231
238
*/
232
239
readonlyoperatorService: OperatorService;
240
+
233
241
/**
234
242
* Raw gRPC access to the standard gRPC {@link https://github.com/grpc/grpc/blob/92f58c18a8da2728f571138c37760a721c8915a2/doc/health-checking.md | health service}.
* ⚠️ Connections are expensive to construct and should be reused. Make sure to {@link close} any unused connections to
245
-
* avoid leaking resources.
253
+
* ⚠️ Connections are expensive to construct and should be reused.
254
+
* Make sure to {@link close} any unused connections to avoid leaking resources.
246
255
*/
247
256
exportclassConnection{
248
257
/**
@@ -275,7 +284,12 @@ export class Connection {
275
284
* Cloud namespace will result in gRPC `unauthorized` error.
276
285
*/
277
286
publicreadonlyoperatorService: OperatorService;
287
+
288
+
/**
289
+
* Raw gRPC access to the standard gRPC {@link https://github.com/grpc/grpc/blob/92f58c18a8da2728f571138c37760a721c8915a2/doc/health-checking.md | health service}.
0 commit comments