mediator-alfa
v1.0.26
Published
This is a very simple Mediator pattern implementation. The main feature is Subscribthons (RegisterNotificationSubscription) auto unsubscribe, no need to do it manualy.
Downloads
433
Readme
Mediator
This is a very simple Mediator pattern implementation. The main feature is Subscribthons (RegisterNotificationSubscription) auto unsubscribe, no need to do it manualy.
Just for fun...
Usage
See the "examples.ts" file content.
Notification
examples.ts:
...
testNotification();Send + Process
examples.ts:
...
testSender();