Akka.Cluster.Tools.PublishSubscribe.DistributedPubSubSettings.WithRole C# (CSharp) 메소드

WithRole() 공개 메소드

public WithRole ( string role ) : DistributedPubSubSettings
role string
리턴 DistributedPubSubSettings
        public DistributedPubSubSettings WithRole(string role)
        {
            return new DistributedPubSubSettings(role, RoutingLogic, GossipInterval, RemovedTimeToLive, MaxDeltaElements);
        }