edgeport - v1.0.3
    Preparing search index...

    Interface EnsureStreamOptions

    1.0.0

    interface EnsureStreamOptions {
        storage?: "memory" | "file";
        subjects: string[];
    }
    Index
    storage?: "memory" | "file"

    Backing storage: 'memory' (default here, fast + ephemeral) or 'file' (persistent). Memory storage suits tests and transient pipelines; file storage survives a server restart.

    subjects: string[]

    The subjects the stream should capture.