Currently, one can retrieve the link mapping corresponding to a confluence backup package by getting a map. This is quite inefficient as it requires building a potentially big map. We introduce a LinkMappingReceiver class providing two methods that allows getting this data through callback, allowing to "stream" the link mapping data instead of storing it in a useless intermediate map. |