@studyportals/student-interfaces
Advanced tools
Comparing version 5.0.0-4 to 5.0.0-5
import { IEvent } from './event.interface'; | ||
import { ISubscriber } from './subscriber.interface'; | ||
export interface IEventAggregationService { | ||
subscribeToWebSocketEvent(eventType: string, subscriber: ISubscriber<any>): void; | ||
subscribeTo(eventType: string, subscriber: ISubscriber<IEvent>, replay?: boolean): void; | ||
publishTo(eventType: string, event: IEvent): void; | ||
} |
{ | ||
"name": "@studyportals/student-interfaces", | ||
"version": "5.0.0-4", | ||
"version": "5.0.0-5", | ||
"description": "The interfaces exposed by StudentJS", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
15488
321