Refined TemporaryLobCreator null handling (from 4.3.x)

Issue: SPR-15656
This commit is contained in:
Juergen Hoeller
2017-09-27 15:40:13 +02:00
parent 10139d42fc
commit 75bd516251
4 changed files with 29 additions and 18 deletions

View File

@@ -189,6 +189,7 @@ public abstract class AbstractAdaptableMessageListener
/**
* Return the {@link QosSettings} to use when sending a response,
* or {@code null} if the defaults should be used.
* @since 5.0
*/
@Nullable
protected QosSettings getResponseQosSettings() {