Akka.Tests.Performance.Dispatch.ThreadPoolDispatcherWarmThroughputSpec.Configurator C# (CSharp) Method

Configurator() protected method

protected Configurator ( ) : MessageDispatcherConfigurator
return Akka.Dispatch.MessageDispatcherConfigurator
        protected override MessageDispatcherConfigurator Configurator()
        {
            return new ThreadPoolDispatcherConfigurator(ConfigurationFactory.Empty, null);
        }
    }
ThreadPoolDispatcherWarmThroughputSpec