mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
This new interface is not strictly necessary and introduces a binary incompatibility. This commit merges back all the method definitions into `SseBuilder` and `StreamBuilder` interfaces. Closes gh-33736