We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f039465 commit 6a01a4dCopy full SHA for 6a01a4d
src/Server/NotificationMiddleware.php
@@ -6,6 +6,11 @@
6
7
use Haeckel\JsonRpcServerContract\Message;
8
9
+/**
10
+ * Split from general Middleware interface to provide unambiguous return types for this and
11
+ * RequestMiddlewareIface.
12
+ * may be implemented in the same class as the RequestHandlerIface for optimal code reuse.
13
+ */
14
interface NotificationMiddleware
15
{
16
public function processNotification(
0 commit comments