Anchorage API reference
    Preparing search index...

    One notification to deliver to one matched subscription — what a provider's poll or webhook parse produces, before the host routes it through the topology. The subscription carries the tenant/thread/resource the delivery is bound to (never the payload — the row is the authority).

    interface ProviderDelivery {
        notification: SendNotificationSignalInput;
        subscription: SignalSubscription;
    }
    Index

    Properties

    notification: SendNotificationSignalInput
    subscription: SignalSubscription