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
Add NoopEventPublisher, which will be used as default impl.
Introduces a NoopEventPublisher that implements the
EventPublisher trait, but performs no actions when publishing events.
It will serve as a convenient default implementation for scenarios
where no real event publishing mechanism is required, reducing the
burden on developers to provide an explicit publisher in all cases.
0 commit comments