Merge pull request #17173 from nextcloud/feature/event-broadcasting
Make it possible to broadcast events to (web) clients
Showing
- core/Command/Broadcast/Test.php 100 additions, 0 deletionscore/Command/Broadcast/Test.php
- core/register_command.php 2 additions, 0 deletionscore/register_command.php
- lib/composer/composer/autoload_classmap.php 4 additions, 0 deletionslib/composer/composer/autoload_classmap.php
- lib/composer/composer/autoload_static.php 4 additions, 0 deletionslib/composer/composer/autoload_static.php
- lib/private/Broadcast/Events/BroadcastEvent.php 59 additions, 0 deletionslib/private/Broadcast/Events/BroadcastEvent.php
- lib/private/EventDispatcher/EventDispatcher.php 11 additions, 0 deletionslib/private/EventDispatcher/EventDispatcher.php
- lib/public/Broadcast/Events/IBroadcastEvent.php 57 additions, 0 deletionslib/public/Broadcast/Events/IBroadcastEvent.php
- lib/public/EventDispatcher/ABroadcastedEvent.php 71 additions, 0 deletionslib/public/EventDispatcher/ABroadcastedEvent.php
Loading
Please register or sign in to comment