Akka.Cluster.Tools.PublishSubscribe.DistributedPubSubMediator.Props C# (CSharp) 메소드

Props() 공개 정적인 메소드

public static Props ( DistributedPubSubSettings settings ) : Props
settings DistributedPubSubSettings
리턴 Props
        public static Props Props(DistributedPubSubSettings settings)
        {
            return Actor.Props.Create(() => new DistributedPubSubMediator(settings)).WithDeploy(Deploy.Local);
        }