-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FABN-1332: Revert commit handler implementation
Revert the implementation of the default commit handlers to equivalent to the 1.4.0 implementation to restore performance. This means using event hubs directly to listen for commit events rather than using Transaction.addCommitListener(). Also update the sample custom sample transaction event handler to use cached event hubs rather then new event hub instances on each transaction for better performance. Change-Id: I2f5e799f8983ef688c0351d1153aeed2ab173de6 Signed-off-by: Mark S. Lewis <[email protected]>
- Loading branch information
1 parent
6a7e5ef
commit 54d230b
Showing
6 changed files
with
87 additions
and
117 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
Oops, something went wrong.