property GrpcService.prototype.available

Whether gRPC dispatch is available. Always true since the kernel now resolves IGrpcService from the service registry and dispatches after the middleware pipeline (M70a). The previous adapter-based seam is retired.

Type

boolean

Usage

import { GrpcService } from "grpc-plugin/src/index.ts";