Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add getter for StreamsUncaughtExceptionHandler #2144

Merged
merged 2 commits into from
Mar 2, 2022
Merged

Add getter for StreamsUncaughtExceptionHandler #2144

merged 2 commits into from
Mar 2, 2022

Conversation

sobychacko
Copy link
Contributor

StreamsBuilderFactoryBean needs a getter for StreamsUncaughtExceptionHandler.

StreamsBuilderFactoryBean needs a getter for StreamsUncaughtExceptionHandler.
@sobychacko
Copy link
Contributor Author

sobychacko commented Mar 2, 2022

Please backport to 2.8.x (SCSt 3.2.x).

@@ -199,6 +199,14 @@ public void setStreamsUncaughtExceptionHandler(StreamsUncaughtExceptionHandler s
this.streamsUncaughtExceptionHandler = streamsUncaughtExceptionHandler; // NOSONAR (sync)
}

/**
* Retrieves the current {@link StreamsUncaughtExceptionHandler} set on this factory bean.
* @return {@link StreamsUncaughtExceptionHandler}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add @since 2.8.4.

@garyrussell garyrussell merged commit 2e23b1b into spring-projects:main Mar 2, 2022
garyrussell pushed a commit that referenced this pull request Mar 2, 2022
* Add getter for StreamsUncaughtExceptionHandler

StreamsBuilderFactoryBean needs a getter for StreamsUncaughtExceptionHandler.

* Addressing PR review
@garyrussell
Copy link
Contributor

...and cherry-picked to 2.8.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants