@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ResubscribeAttemptOutcome

    ResubscribeAttemptOutcome: "ended" | "stop"

    What a single subscribe-and-consume attempt reported back to the engine:

    • "ended" — the stream ended cleanly; the engine resubscribes.
    • "stop" — the attempt already finalized the connection (e.g. a fatal broker error was surfaced to the consumer); the engine exits.

    Throwing from the attempt reports a transient or terminal error.