CAP Node.js API / cap-dashboard-nest/src / CapDashboardController
Defined in: cap-dashboard-nest/src/cap-dashboard.controller.ts:22
new CapDashboardController(
svc):CapDashboardController
Defined in: cap-dashboard-nest/src/cap-dashboard.controller.ts:23
CapDashboardController
flushOutbox():
Promise<ActionResultDto>
Defined in: cap-dashboard-nest/src/cap-dashboard.controller.ts:87
Promise<ActionResultDto>
getInbox(
id,full?):Promise<InboxItemDto|undefined>
Defined in: cap-dashboard-nest/src/cap-dashboard.controller.ts:63
string
boolean
Promise<InboxItemDto | undefined>
getOutbox(
id,full?):Promise<OutboxItemDto|undefined>
Defined in: cap-dashboard-nest/src/cap-dashboard.controller.ts:33
string
boolean
Promise<OutboxItemDto | undefined>
listInbox(
q):Promise<InboxPageDto>
Defined in: cap-dashboard-nest/src/cap-dashboard.controller.ts:57
Promise<InboxPageDto>
listOutbox(
q):Promise<OutboxPageDto>
Defined in: cap-dashboard-nest/src/cap-dashboard.controller.ts:27
Promise<OutboxPageDto>
markInboxProcessed(
id):Promise<ActionResultDto>
Defined in: cap-dashboard-nest/src/cap-dashboard.controller.ts:81
string
Promise<ActionResultDto>
markOutboxPublished(
id):Promise<ActionResultDto>
Defined in: cap-dashboard-nest/src/cap-dashboard.controller.ts:51
string
Promise<ActionResultDto>
retryInbox(
id,opts?):Promise<ActionResultDto>
Defined in: cap-dashboard-nest/src/cap-dashboard.controller.ts:72
string
Promise<ActionResultDto>
retryOutbox(
id,opts?):Promise<ActionResultDto>
Defined in: cap-dashboard-nest/src/cap-dashboard.controller.ts:42
string
Promise<ActionResultDto>