Improve Publisher

This commit is contained in:
TheXamlGuy
2024-05-14 19:24:07 +01:00
parent adb5ffe57a
commit 4ba58a9863
22 changed files with 93 additions and 140 deletions
+1 -2
View File
@@ -3,6 +3,5 @@
public interface INotificationHandler<in TMessage> :
IHandler
{
Task Handle(TMessage args,
CancellationToken cancellationToken = default);
Task Handle(TMessage args);
}