-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(Outbox): enhance OutboxDbContextInterceptor and remove Outbo…
…xDbContextTransactionInterceptor - Refactored `IOutboxMessageHandler` to return a default value in `IsReadyAsync()`. - Renamed `OutboxDbContextSaveChangesInterceptor.cs` to `OutboxDbContextInterceptor.cs`. - Enhanced the functionality of `OutboxDbContextInterceptor` by implementing both `ISaveChangesInterceptor` and `IDbTransactionInterceptor`. - Removed the file `OutboxDbContextTransactionInterceptor.cs`, as its functionalities are now covered by the enhanced `OutboxDbContextInterceptor`. - Updated type parameter in methods of class 'OutBoxDeliverySignal' from Type to string. - Removed commented out package reference in `.csproj` file. - Updated sleep interruption logging in 'OutBoxDeliveryService'. - Simplified method 'AddOutBoxBehavior' in 'OutBoxExtensions' due to removal of 'OutBoxDbContextTransactionInterceptor'.
- Loading branch information
1 parent
dd4dab3
commit 23c9b7d
Showing
11 changed files
with
138 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.