interface ReplyInboxBinding
Since 0.2.0

The Durable Object namespace serving reply inboxes, plus its binding name.

Present only when the plugin's messaging.rpc arm is configured; its absence is what makes request and respond refuse.

Properties

The Durable Object namespace binding.

readonly
binding: string

The binding name, for error messages.

readonly
optional
defaultTimeoutMs: number

Reply budget when RequestOptions.timeoutMs is omitted.

Usage

import { type ReplyInboxBinding } from "cloudflare-plugin/src/index.ts";