CAP Node.js API / cap-testing/src / TransportContractHarness
Defined in: cap-testing/src/contracts/transport-contract.ts:24
optionalactivePublisherResources?: () =>number
Defined in: cap-testing/src/contracts/transport-contract.ts:28
number
optionalactiveSubscriberResources?: () =>number
Defined in: cap-testing/src/contracts/transport-contract.ts:29
number
deliver: (
delivery) =>Promise<void>
Defined in: cap-testing/src/contracts/transport-contract.ts:27
Promise<void>
failNextPublish: (
error) =>void
Defined in: cap-testing/src/contracts/transport-contract.ts:26
Error
void
publishedMessages: () => readonly
TransportContractPublishedMessage[]
Defined in: cap-testing/src/contracts/transport-contract.ts:25
readonly TransportContractPublishedMessage[]