MediaWiki master
EventRelayerNull.php
Go to the documentation of this file.
1<?php
22
27 public function doNotify( $channel, array $events ) {
28 return true;
29 }
30}
31
33class_alias( EventRelayerNull::class, 'EventRelayerNull' );
No-op class for publishing messages into a PubSub system.
Base class for reliable event relays.