C# Класс Akka.Remote.Tests.Performance.Transports.RemoteMessagingThroughputSpecBase

Used to test the performance of remote messaging in Akka.Remote using various transports
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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