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.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public class TestTransport : Transport
Public Class TestTransport _
	Inherits Transport
public ref class TestTransport : public Transport

Inheritance Hierarchy


Object
  Akka.Remote.Transport..::..Transport
    Akka.Remote.Transport..::..TestTransport