MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk / EventManagerInterface

Interface EventManagerInterface

client/js/src/internal/events/interface.ts:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143export class UnsubscribeFromEventsSourceError extends Error {}
144
145export interface EventManagerInterface<T> {
146 getLatestEventId(): Promise<string>;
147 getEvents(eventId: string): AsyncIterable<T>;
148 getLogger(): Logger;
149}
150
151export interface SharesService {
152 isOwnVolume(volumeId: string): Promise<boolean>;

Callers 11

processEventsMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
initPhotosModuleFunction · 0.65
initPhotoSharesModuleFunction · 0.65
initPhotosNodesModuleFunction · 0.65

Implementers 2

CoreEventManagerclient/js/src/internal/events/coreEven
VolumeEventManagerclient/js/src/internal/events/volumeEv

Calls

no outgoing calls

Tested by

no test coverage detected