Skip to content

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

readonly eventType: string

Defined in: packages/events-amqp/src/testing.ts:68


options?

readonly optional options?: PublishOptions

Defined in: packages/events-amqp/src/testing.ts:70


payload

readonly payload: Uint8Array

Defined in: packages/events-amqp/src/testing.ts:69