Akka.Cluster.Tools.PublishSubscribe.DistributedPubSubSettings.WithRole C# (CSharp) Method

WithRole() public method

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