Akka.Cluster.Tools.PublishSubscribe.DistributedPubSubMediator.Props C# (CSharp) Méthode

Props() public static méthode

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