Akka docs say to configure
akka.actor.guardian-supervisor-strategy
, which takes the fully-qualified class-name of aSupervisorStrategyConfigurator
SupervisorStrategyConfigurator is a trait. Do I need to extend any classes with my subclassed trait? Or do I just define the trait and specify it in the configs, causing Akka to generate the guardian actor with that trait?