CustomQueueHyperlink30
Constructors
Layers & Serving
configureconstlayerconstLocal custom-queue layer — soft-defaults Store.Storage (R fulfilled).layerMemoryconstAlias of layer.rateLimiterLayerconstIn-memory RateLimiterTag + store layers for queues with rateLimit set.serveconstServe this custom queue and grant its local instance from one materialization — the engine-running counterpart to Hyperlink.serve.serveMemoryconstAlias of serve.serveRemoteconstServe this custom queue remotely (served-only) — the engine-running counterpart to Hyperlink.serveRemote.serveRemoteMemoryconstAlias of serveRemote.storefunctionRegister this custom queue on an app Store.Service — built-in analytics spec with the tag's itemSchema injected.Models
CustomQueueAddMethodtypeWire add member — tuple payload surfaced as add(item, level?).CustomQueueEnqueueinterfaceCustomQueueHandletypeCustomQueueHyperlinkConfigtypeCustomQueueHyperlinkConfigWithItemSchematypeCustomQueueHyperlinkConfigWithoutItemSchematypeCustomQueueInstanceSpectypeFull custom-queue instance contract for itemSchema F.CustomQueueLayerConfigtypeWorker/layer config for a toolkit custom queue (tag carries itemSchema).CustomQueueLevelConfiginterfaceNamed level registry and default lane for CustomQueueHyperlink.CustomQueueRefillinterfaceCustomQueueStatusinterfaceCustom-queue status snapshot (Record sizes).CustomQueueTagConfiginterfaceCustomQueue Tag config — config object only (no positional schemas).Wire Schemas
customQueueControlSpecconstShared control + observation contract for every custom-queue instance.customQueueEntryconstCustom queue entry on the wire — like queueEntry plus optional numeric level.customQueueEntrySelectorconstSelector for custom-queue routing verbs.customQueueLevelconstLevel argument on the wire — numeric lane index or a name from the tag's namedLevels registry (when declared at tag construction).customQueueLogEntryconstLog entry wire schema — alias of LogEntrySchema.customQueueSizesconstPer-lane pending counts keyed by configured name (or "0", "1", …).customQueueSpecconstBuild a custom-queue instance spec: shared customQueueControlSpec plus per-instance data-plane procedures typed by itemSchema.customQueueStatusconstCustom-queue current-state snapshot — element of the status stream.