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

WithMaxDeltaElements() public method

public WithMaxDeltaElements ( int maxDeltaElements ) : DistributedPubSubSettings
maxDeltaElements int
return DistributedPubSubSettings
        public DistributedPubSubSettings WithMaxDeltaElements(int maxDeltaElements)
        {
            return new DistributedPubSubSettings(Role, RoutingLogic, GossipInterval, RemovedTimeToLive, maxDeltaElements);
        }
    }