property IGrpcService.available

Whether gRPC dispatch is available.

Before M70a this reported whether the resolved HTTP adapter implemented the setRpcHandler seam. The kernel now dispatches gRPC itself, after the middleware pipeline, so no adapter capability is required and the framework's own service reports true unconditionally.

Type

boolean

Usage

import { type IGrpcService } from "common/src/index.ts";