Contents

LocalTestingDistributedActorSystem

A DistributedActorSystem designed for local only testing.

Declaration

final class LocalTestingDistributedActorSystem

Overview

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.

Topics

Initializers

See Also

Local Testing