Property | Type | Description | |
---|---|---|---|
GossipInterval | System.TimeSpan | ||
MaxDeltaElements | int | ||
RemovedTimeToLive | System.TimeSpan | ||
Role | string | ||
RoutingLogic |
Method | Description | |
---|---|---|
Create ( ActorSystem system ) : |
Creates cluster publish/subscribe settings from the default configuration `akka.cluster.pub-sub`.
|
|
Create ( |
Creates cluster publish subscribe settings from provided configuration with the same layout as `akka.cluster.pub-sub`.
|
|
DistributedPubSubSettings ( string role, |
Creates a new instance of the DistributedPubSubSettings.
|
|
WithGossipInterval ( System.TimeSpan gossipInterval ) : |
||
WithMaxDeltaElements ( int maxDeltaElements ) : |
||
WithRemovedTimeToLive ( System.TimeSpan removedTtl ) : |
||
WithRole ( string role ) : |
||
WithRoutingLogic ( |
public static Create ( ActorSystem system ) : |
||
system | ActorSystem | |
return |
public static Create ( |
||
config | ||
return |
public DistributedPubSubSettings ( string role, |
||
role | string | |
routingLogic | ||
gossipInterval | System.TimeSpan | |
removedTimeToLive | System.TimeSpan | |
maxDeltaElements | int | |
return | System |
public WithGossipInterval ( System.TimeSpan gossipInterval ) : |
||
gossipInterval | System.TimeSpan | |
return |
public WithMaxDeltaElements ( int maxDeltaElements ) : |
||
maxDeltaElements | int | |
return |
public WithRemovedTimeToLive ( System.TimeSpan removedTtl ) : |
||
removedTtl | System.TimeSpan | |
return |
public WithRole ( string role ) : |
||
role | string | |
return |
public WithRoutingLogic ( |
||
routingLogic | ||
return |
public TimeSpan,System RemovedTimeToLive | ||
return | System.TimeSpan |