This commit is contained in:
TheXamlGuy
2024-05-24 08:21:50 +01:00
parent 40a150fe80
commit c0c1a82846
103 changed files with 168 additions and 655 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ public interface IPublisher
void Publish<TMessage>(TMessage message,
object key)
where TMessage : notnull;
void Publish(object message,
Func<Func<Task>, Task> marshal,
object? key = null);