CAP Node.js API / cap-storage-knex/src / KnexReceivedStorage
Defined in: cap-storage-knex/src/knex-received-storage.ts:47
ReceivedStoragePortCapabilityAwareStoragePortnew KnexReceivedStorage(
knex,options?):KnexReceivedStorage
Defined in: cap-storage-knex/src/knex-received-storage.ts:52
Knex
KnexReceivedStorage
findReceivedById(
id):Promise<CapReceivedEvent<JsonValue> |undefined>
Defined in: cap-storage-knex/src/knex-received-storage.ts:141
string
Promise<CapReceivedEvent<JsonValue> | undefined>
ReceivedStoragePort.findReceivedById
getCapabilities():
CapStorageCapabilities
Defined in: cap-storage-knex/src/knex-received-storage.ts:86
CapStorageCapabilities
CapabilityAwareStoragePort.getCapabilities
getRetryDue(
limit,now?):Promise<CapReceivedEvent<JsonValue>[]>
Defined in: cap-storage-knex/src/knex-received-storage.ts:128
number
Date = ...
Promise<CapReceivedEvent<JsonValue>[]>
ReceivedStoragePort.getRetryDue
initialize(
options?):Promise<void>
Defined in: cap-storage-knex/src/knex-received-storage.ts:59
InitOptions
Promise<void>
ReceivedStoragePort.initialize
listReceived(
options?):Promise<DashboardListResult<CapReceivedEvent<JsonValue>>>
Defined in: cap-storage-knex/src/knex-received-storage.ts:150
DashboardListOptions = {}
Promise<DashboardListResult<CapReceivedEvent<JsonValue>>>
ReceivedStoragePort.listReceived
markProcessed(
id,processedAt?):Promise<void>
Defined in: cap-storage-knex/src/knex-received-storage.ts:90
string
Date = ...
Promise<void>
ReceivedStoragePort.markProcessed
markReceivedFailed(
id,error,options):Promise<void>
Defined in: cap-storage-knex/src/knex-received-storage.ts:102
string
unknown
MarkReceivedFailedOptions
Promise<void>
ReceivedStoragePort.markReceivedFailed
trySaveReceived<
T>(event):Promise<TrySaveReceivedResult<T>>
Defined in: cap-storage-knex/src/knex-received-storage.ts:64
T extends JsonValue = JsonValue
Promise<TrySaveReceivedResult<T>>