service/domain/document/document_eventsourcing
Api Code Documentation / Exports / service/domain/document/document_eventsourcing
#
Table of contents#
Functions#
Functions#
sourceDocumentsâ–¸ sourceDocuments(ctx
, events
): Object
#
ParametersName | Type |
---|---|
ctx | Ctx |
events | BusinessEvent [] |
#
ReturnsObject
Name | Type |
---|---|
documents | StoredDocument [] |
errors | Error [] |
#
Defined insrc/service/domain/document/document_eventsourcing.ts:11
#
sourceSecretsâ–¸ sourceSecrets(ctx
, events
): Object
#
ParametersName | Type |
---|---|
ctx | Ctx |
events | BusinessEvent [] |
#
ReturnsObject
Name | Type |
---|---|
errors | Error [] |
secrets | SecretPublished [] |