-
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.
MdcUtils: - Added public utility method callWithContext for running and returning a callable with MDC's context map temporarily overwritten - Remove public modifier on overwriteContext in favor of the above QueueMessageReady: - Use MdcUtils.callWithContext to simplify process definition - Revert process return strategy to return booleans directly rather than setting a boolean to return later - Remove unnecessary callingThreadContext setter (left existing setters untouched even though they can likely be removed: OOS) - Left public callingThreadContext getter unchanged: it is required to be public for serde operations Added unit test coverage for all changes.
- Loading branch information
1 parent
b6aa844
commit d8fd414
Showing
4 changed files
with
113 additions
and
34 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