nestjs-temporal-core
    Preparing search index...

    Interface TemporalConnection

    Temporal connection interface for schedule client.

    Use ClientConnectionOptions instead.

    interface TemporalConnection {
        address: string;
        metadata?: Record<string, string>;
        namespace?: string;
        tls?: boolean | object;
    }
    Index
    address: string
    metadata?: Record<string, string>
    namespace?: string
    tls?: boolean | object