nestjs-temporal-core
    Preparing search index...

    Interface TemporalConnection

    Temporal connection interface for schedule client

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

    Properties

    address: string
    metadata?: Record<string, string>
    namespace?: string
    tls?: boolean | object