moquette-io / moquette

Java MQTT lightweight broker
http://moquette-io.github.io/moquette/
Apache License 2.0
2.27k stars 814 forks source link

Change signature of IRetainedRepository.retainedOnTopic to reflect the fact it return unordered collection #782

Closed andsel closed 8 months ago

andsel commented 8 months ago

As per PR #781, the result of retainedOnTopic is unordered, but it's returned as a List with expose the concept of order. Return as Collection (if admit duplicates) or Set and update consistently all the usages to reflect the fact that it hasn't any ordering.

andsel commented 8 months ago

Closed by #787