service/domain/document/storage_service_url_eventsourcing
Api Code Documentation / Exports / service/domain/document/storage_service_url_eventsourcing
Table of contents
Functions
Functions
applyStorageServiceUrls
▸ applyStorageServiceUrls(urls
, event
): void
Parameters
Name | Type |
---|---|
urls | Map <string , string > |
event | BusinessEvent |
Returns
void
Defined in
src/service/domain/document/storage_service_url_eventsourcing.ts:13
sourceStorageServiceUrls
▸ sourceStorageServiceUrls(events
): Map
<string
, string
>
Parameters
Name | Type |
---|---|
events | BusinessEvent [] |
Returns
Map
<string
, string
>
Defined in
src/service/domain/document/storage_service_url_eventsourcing.ts:4