Anchorage API reference
    Preparing search index...

    Type Alias BoundThreadTargetValidator

    BoundThreadTargetValidator: (
        context: ActorContext,
        target: BoundThreadTarget,
    ) => Promise<void>

    Target-side proof that a thread is durable memory, not an ephemeral run id.

    Type Declaration