@lacunahub/letsfrag
    Preparing search index...

    Interface BrokerClientOptions

    Configuration options for BrokerClient

    interface BrokerClientOptions {
        heartbeatInterval?: number;
        id?: string;
        redisURI: string;
        type?: BrokerClientType;
    }
    Index

    Properties

    heartbeatInterval?: number

    Interval in milliseconds between heartbeat messages (default: 15000)

    id?: string

    Unique identifier for this client (auto-generated if not provided)

    redisURI: string

    Redis connection options or connection string

    Type of broker client