You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Acknowledgment.nack() variants accepting Duration
To prevent confusion what unit should be used for "long sleep" arguments.
As the old and new methods in the Acknowledgment interface have default
implementations, the change itself is backward compatible.
The old methods are marked as deprecated and intended to be removed in the future.
* Remove deprecated Acknowledgment.nack(long) method
nack(Duration) should be used instead.
0 commit comments