@studyportals/event-aggregation-service-interface
Advanced tools
Comparing version 1.1.0-ST63277sequence.0 to 1.1.0-ST63277sequence.1
export interface ISubscriber<EventType> { | ||
notify(event: EventType): void | Promise<void>; | ||
notify(event: EventType, sequence: number): void | Promise<void>; | ||
} |
{ | ||
"name": "@studyportals/event-aggregation-service-interface", | ||
"version": "1.1.0-ST63277sequence.0", | ||
"version": "1.1.0-ST63277sequence.1", | ||
"description": "Provides interfaces and type definitions used to integrate with the EventAggregationService.", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
3105