This lecture discusses how supervision in Akka Typed differs from the previously discussed supervision implemented in untyped Akka actors:
The interesting part is that supervision is implemented as a purely functional behavior decorator, show-casing how libraries can add powerful capabilities to the Akka Typed system.