Akka.Remote.TestKit.MultiNodeSpec.MultiNodeSpec C# (CSharp) 메소드

MultiNodeSpec() 보호된 메소드

protected MultiNodeSpec ( MultiNodeConfig config ) : System
config MultiNodeConfig
리턴 System
        protected MultiNodeSpec(MultiNodeConfig config) :
            this(config.Myself, ActorSystem.Create(GetCallerName(), config.Config), config.Roles, config.Deployments)
        {
        }

Same methods

MultiNodeSpec::MultiNodeSpec ( RoleName myself, ActorSystem system, ImmutableList roles, Func deployments ) : System