Migrating from 2.5.26 to 2.6.16, where is akka.actor.typed.Dropped?

Hi,
I’m trying to migrate to 2.6.16 and it looks like akka.actor.typed.Dropped class has been removed.
see
https://doc.akka.io/api/akka/2.5.26/akka/actor/typed/Dropped.html
and
https://doc.akka.io/api/akka/2.6.16/akka/actor/typed/index.html

I checked the 2.5 to 2.6 migration guide but I don’t see anything about new ways of handling or generating notifications about messages that are dropped due to overfull queues or routers with no routees.

I’m guessing if there is no Dropped envelop being pushed to the eventstream in the case of an error situation then there is no point listening for it, but is there a new way to handle this sort of event?

Looks like it was moved to akka.actor.Dropped