This commit is contained in:
@ -8,6 +8,10 @@ abstract interface class WatchProjectionPublisher {
|
||||
Future<void> publish(WatchSessionProjection projection);
|
||||
}
|
||||
|
||||
abstract interface class WatchAlertPublisher {
|
||||
Future<void> publishAlert(WatchAlertEnvelope alert);
|
||||
}
|
||||
|
||||
abstract interface class WatchProjectionSource {
|
||||
Stream<WatchSessionProjection> get projections;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user