TestTransport Class
Transport implementation used for testing.
The TestTransport is basically shared memory between actor systems. It can be programmed to emulate
different failure modes of a Transport implementation. TestTransport keeps a log of the activities
it was requested to do. This class is not optimized for performance and MUST not be used in production systems.
Namespace:
Akka.Remote.TransportAssembly: Akka.Remote (in Akka.Remote.dll)
Inheritance Hierarchy
Akka.Remote.Transport..::..Transport
Akka.Remote.Transport..::..TestTransport