Documentation
    Preparing search index...
    • Creates a client with the actor accessor proxy.

      Type Parameters

      • A extends Registry<any>

      Parameters

      • OptionalendpointOrConfig:
            | string
            | {
                disableMetadataLookup?: boolean;
                encoding?: "json"
                | "cbor"
                | "bare";
                endpoint?: string;
                getUpgradeWebSocket?: GetUpgradeWebSocket;
                headers?: Record<string, string>;
                namespace?: string;
                runnerName?: string;
                token?: string;
            }

      Returns Client<A>