You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Removed**`MediatorBuilder` class hence the usage of PublishStrategy is now directly from `Mediator#publish(notification, strategy = default)`
12
+
-**Removed**`Mediator#publish(notification)` since have already interface method with `PublishStrategy` -> `Mediator#publish(notification, strategy = default)` this is not a breaking change.
11
13
-**Modified**: `Command` interface now accepts a generic type parameter `TResult`
12
14
-**Added**: `Command.Unit` nested interface for commands that don't return results
13
15
-**Modified**: `CommandHandler` interface now handles both unit and result-returning commands
0 commit comments