Revised backport version 5.0.11

Issue: SPR-17410
Issue: SPR-17433
This commit is contained in:
Juergen Hoeller
2018-12-17 17:55:54 +01:00
parent a240cfcf2f
commit 0e8ed5931d
3 changed files with 5 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ public abstract class AbstractListenerReadPublisher<T> implements Publisher<T> {
* Invoked after an I/O read error from the underlying server or after a
* cancellation signal from the downstream consumer to allow sub-classes
* to discard any current cached data they might have.
* @since 5.1.2
* @since 5.0.11
*/
protected abstract void discardData();

View File

@@ -241,7 +241,7 @@ public abstract class AbstractListenerWriteProcessor<T> implements Processor<T,
* to discard in-flight data that was in
* the process of being written when the error took place.
* @param data the data to be released
* @since 5.1.2
* @since 5.0.11
*/
protected abstract void discardData(T data);