Connectum API Reference / @connectum/events-amqp / testing / FakeAmqpAdapterOptions
Interface: FakeAmqpAdapterOptions
Defined in: packages/events-amqp/src/testing.ts:53
Options for FakeAmqpAdapter.
Properties
failFastOnInitialSetupError?
readonlyoptionalfailFastOnInitialSetupError?:boolean
Defined in: packages/events-amqp/src/testing.ts:60
Mirror of the real option: a topology failSetup(...) queued before connect() rejects it with the typed error instead of report-and-proceed.
lifecycle?
readonlyoptionallifecycle?:AmqpLifecycleCallbacks
Defined in: packages/events-amqp/src/testing.ts:55
The same lifecycle surface as the real adapter (union + flat shim).
