Rocky_Mountain_Vending/.pnpm-store/v10/files/12/80ff9e7ad95fbbf7fbfb2c554940686765bc5730ce26487d383e48cdf233c293aa9c0a0f0d8165e8a04500da17181d571444145ba3087b30dfb6ed2856a452
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

24 lines
No EOL
978 B
Text

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { AmqplibInstrumentationConfig } from './types';
export declare class AmqplibInstrumentation extends InstrumentationBase<AmqplibInstrumentationConfig> {
constructor(config?: AmqplibInstrumentationConfig);
setConfig(config?: AmqplibInstrumentationConfig): void;
protected init(): InstrumentationNodeModuleDefinition;
private patchConnect;
private unpatchConnect;
private patchChannelModel;
private unpatchChannelModel;
private getConnectPatch;
private getChannelEmitPatch;
private getAckAllPatch;
private getAckPatch;
private getConsumePatch;
private getConfirmedPublishPatch;
private getPublishPatch;
private createPublishSpan;
private endConsumerSpan;
private endAllSpansOnChannel;
private callConsumeEndHook;
private checkConsumeTimeoutOnChannel;
}
//# sourceMappingURL=amqplib.d.ts.map