CAP Node.js API / cap-dashboard-nest/src / CapDashboardService
Defined in: cap-dashboard-nest/src/cap-dashboard.service.ts:32
CapDashboardCoreServicenew CapDashboardService(
publishStorage,receivedStorage,capService?,publisher?,options?,schedulerOptions?):CapDashboardService
Defined in: cap-dashboard-nest/src/cap-dashboard.service.ts:33
CapService
ResolvedCapSchedulerOptions = DEFAULT_RETRY_OPTIONS
CapDashboardService
CapDashboardCoreService.constructor
flushOutbox():
Promise<ActionResultDto>
Defined in: cap-dashboard-core/dist/dashboard.service.d.ts:50
Promise<ActionResultDto>
CapDashboardCoreService.flushOutbox
getInboxById(
id,full?):Promise<InboxItemDto|undefined>
Defined in: cap-dashboard-core/dist/dashboard.service.d.ts:47
string
boolean
Promise<InboxItemDto | undefined>
CapDashboardCoreService.getInboxById
getOutboxById(
id,full?):Promise<OutboxItemDto|undefined>
Defined in: cap-dashboard-core/dist/dashboard.service.d.ts:43
string
boolean
Promise<OutboxItemDto | undefined>
CapDashboardCoreService.getOutboxById
listInbox(
query):Promise<InboxPageDto>
Defined in: cap-dashboard-core/dist/dashboard.service.d.ts:46
Promise<InboxPageDto>
CapDashboardCoreService.listInbox
listOutbox(
query):Promise<OutboxPageDto>
Defined in: cap-dashboard-core/dist/dashboard.service.d.ts:42
Promise<OutboxPageDto>
CapDashboardCoreService.listOutbox
markInboxProcessed(
id):Promise<ActionResultDto>
Defined in: cap-dashboard-core/dist/dashboard.service.d.ts:49
string
Promise<ActionResultDto>
CapDashboardCoreService.markInboxProcessed
markOutboxPublished(
id):Promise<ActionResultDto>
Defined in: cap-dashboard-core/dist/dashboard.service.d.ts:45
string
Promise<ActionResultDto>
CapDashboardCoreService.markOutboxPublished
retryInbox(
id,_opts?):Promise<ActionResultDto>
Defined in: cap-dashboard-core/dist/dashboard.service.d.ts:48
string
Promise<ActionResultDto>
CapDashboardCoreService.retryInbox
retryOutbox(
id,_opts?):Promise<ActionResultDto>
Defined in: cap-dashboard-core/dist/dashboard.service.d.ts:44
string
Promise<ActionResultDto>
CapDashboardCoreService.retryOutbox