C# Class Akka.Remote.Tests.Transport.AkkaProtocolStressTest

Used to test the throughput of the Akka Protocol
Inheritance: AkkaSpec
Datei anzeigen Open project: rogeralsing/akka.net

Private Properties

Property Type Description
AkkaProtocolTransport_must_guarantee_at_most_once_delivery_and_message_ordering_despite_packet_loss void

Public Methods

Method Description
AkkaProtocolStressTest ( ) : System

Protected Methods

Method Description
AfterTermination ( ) : void
BeforeTermination ( ) : void

Private Methods

Method Description
AkkaProtocolTransport_must_guarantee_at_most_once_delivery_and_message_ordering_despite_packet_loss ( ) : void

Method Details

AfterTermination() protected method

protected AfterTermination ( ) : void
return void

AkkaProtocolStressTest() public method

public AkkaProtocolStressTest ( ) : System
return System

BeforeTermination() protected method

protected BeforeTermination ( ) : void
return void