cap-nodejs

CAP Node.js API


CAP Node.js API / cap-testing/src / CreateReceivedFixtureOptions

Interface: CreateReceivedFixtureOptions<T>

Defined in: cap-testing/src/fixtures/messages.ts:16

Extends

Type Parameters

T

T extends JsonValue = JsonValue

Properties

dedupeKey?

optional dedupeKey?: string

Defined in: cap-testing/src/fixtures/messages.ts:21


group?

optional group?: string

Defined in: cap-testing/src/fixtures/messages.ts:19


headers?

optional headers?: CapHeaders

Defined in: cap-testing/src/fixtures/messages.ts:13

Inherited from

CreatePublishFixtureOptions.headers


id?

optional id?: string

Defined in: cap-testing/src/fixtures/messages.ts:9

Inherited from

CreatePublishFixtureOptions.id


messageId?

optional messageId?: string

Defined in: cap-testing/src/fixtures/messages.ts:20


occurredAt?

optional occurredAt?: string

Defined in: cap-testing/src/fixtures/messages.ts:11

Inherited from

CreatePublishFixtureOptions.occurredAt


payload?

optional payload?: T

Defined in: cap-testing/src/fixtures/messages.ts:12

Inherited from

CreatePublishFixtureOptions.payload


topic?

optional topic?: string

Defined in: cap-testing/src/fixtures/messages.ts:10

Inherited from

CreatePublishFixtureOptions.topic