-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-9825: DelayerEndpointSpec: Set TaskScheduler to the handler as well
Fixes: #9825 Issue link: #9825 The `DelayerEndpointSpec` extends `ConsumerEndpointSpec` which has a `taskScheduler()` option. However this is set only to the endpoint for this `MessageHandler`. * Override `taskScheduler()` method on the `DelayerEndpointSpec` to set the provided `TaskScheduler` to the `DelayHandler` as well (cherry picked from commit 12fee0a)
- Loading branch information
1 parent
7958d58
commit cb85fe0
Showing
2 changed files
with
26 additions
and
4 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