Connectum API Reference / @connectum/events-amqp / testing / FakePublishedRecord
Interface: FakePublishedRecord
Defined in: packages/events-amqp/src/testing.ts:67
A recorded successful publish, as the adapter received it from the bus.
Properties
eventType
readonlyeventType:string
Defined in: packages/events-amqp/src/testing.ts:68
options?
readonlyoptionaloptions?:PublishOptions
Defined in: packages/events-amqp/src/testing.ts:70
payload
readonlypayload:Uint8Array
Defined in: packages/events-amqp/src/testing.ts:69
