Anchorage API reference
    Preparing search index...

    Interface ScheduleSignalDispatchStore

    Durable receipt protocol for target-side threaded schedule dispatch.

    interface ScheduleSignalDispatchStore {
        begin(
            scheduleId: string,
            dispatchId: string,
        ): Promise<ScheduleAgentDispatchState>;
        settle(
            scheduleId: string,
            dispatchId: string,
            receipt: ScheduleAgentDispatchReceipt,
        ): Promise<void>;
    }
    Index

    Methods

    Methods