Changelog
Added
- New integration event middleware:
NotifyInUnitOfWork
for notifiers that need to be executed in a unit of work. Note that the documentation for Integration Events incorrectly showed theExecuteInUnitOfWork
command middleware being used.SetupBeforeEvent
for doing setup work before an integration event is published or notified, and optionally teardown work after.TeardownAfterEvent
for doing teardown work after an integration event is published or notified.LogInboundEvent
for logging that an integration event is being received.LogOutboundEvent
for logging that an integration event is being published.
Deprecated
- The following integration event middleware are deprecated and will be removed in 2.0:
LogInboundIntegrationEvent
: useLogInboundEvent
instead.LogOutboundIntegrationEvent
: useLogOutboundEvent
instead.
Full Changelog: v1.1.0...v1.2.0