Interface DiscoveredHandler

    interface DiscoveredHandler {
        handler: JobHandlerFn;
        kind: string;
        label: string;
    }
    Index

    Properties

    Properties

    handler: JobHandlerFn

    Bound method — ready to pass to eddyq.work(kind, fn).

    kind: string
    label: string

    For log context (e.g., "EmailProcessor.send").