@nats-io/jetstream
    Preparing search index...

    Type Alias StreamAlternate

    An alternate location to read mirrored data

    type StreamAlternate = {
        cluster: string;
        domain: string;
        name: string;
    }
    Index

    Properties

    Properties

    cluster: string

    The name of the cluster holding the Stream

    domain: string

    The domain holding the Stream

    name: string

    The mirror Stream name