C# 클래스 Akka.Remote.Tests.Performance.Transports.RemoteMessagingThroughputSpecBase

Used to test the performance of remote messaging in Akka.Remote using various transports
파일 보기 프로젝트 열기: rogeralsing/akka.net

보호된 프로퍼티들

프로퍼티 타입 설명
System1 ActorSystem
System2 ActorSystem
WaitTimeout System.TimeSpan

공개 메소드들

메소드 설명
CreateActorSystemConfig ( string actorSystemName, string ipOrHostname, int port ) : Config

Used to create a HOCON Config object for each ActorSystem participating in this throughput test. This method is responsible for selecting the correct Transport.Transport implementation.

비공개 메소드들

메소드 설명
Cleanup ( ) : void
OneWay ( BenchmarkContext context ) : void
Setup ( BenchmarkContext context ) : void
TwoWay ( BenchmarkContext context ) : void

메소드 상세

CreateActorSystemConfig() 공개 추상적인 메소드

Used to create a HOCON Config object for each ActorSystem participating in this throughput test. This method is responsible for selecting the correct Transport.Transport implementation.
public abstract CreateActorSystemConfig ( string actorSystemName, string ipOrHostname, int port ) : Config
actorSystemName string The name of the . Needed for .
ipOrHostname string The address this system will be bound to
port int The port this system will be bound to
리턴 Akka.Configuration.Config

프로퍼티 상세

System1 보호되어 있는 프로퍼티

protected ActorSystem System1
리턴 ActorSystem

System2 보호되어 있는 프로퍼티

protected ActorSystem System2
리턴 ActorSystem

WaitTimeout 보호되어 있는 정적으로 프로퍼티

protected static TimeSpan,System WaitTimeout
리턴 System.TimeSpan