LocalTestingDistributedActorSystem
A DistributedActorSystem designed for local only testing.
Declaration
final class LocalTestingDistributedActorSystemOverview
It will crash on any attempt of remote communication, but can be useful for learning about distributed actor isolation, as well as early prototyping stages of development where a real system is not necessary yet.