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

    Type Alias ScheduleCancellation

    Atomically cancel a schedule as part of a publish. See JetStreamPublishOptions.cancelSchedule.

    type ScheduleCancellation = {
        scheduleSubject: string;
    }
    Index

    Properties

    Properties

    scheduleSubject: string

    Subject of the schedule to cancel. Sent as the Nats-Scheduler header.