-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.x: Evaluate Schedule initialization via Callable (#4585)
* Evaluate Schedule initialization via Callable * Clarify docs that Schedulers are initialized by the return value of the Callable * Enforce non-null Callable Scheduler and Scheduler * Add remaining tests and tidy * Expand relevant Javadoc * Make error messages more consistent * Correct Exception naming * Add test for Exception message to verify root cause * Add tests for alternative initialization path * Simplify statement * Use holder pattern for default Scheduler instances * Use correct scheduler when verifying reset * Make onInitHandler functions lazy and enforce non null.
- Loading branch information
1 parent
2e100d2
commit 62612ab
Showing
3 changed files
with
325 additions
and
78 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
Oops, something went wrong.