Свойство | Type | Description | |
---|---|---|---|
GossipInterval | System.TimeSpan | ||
MaxDeltaElements | int | ||
RemovedTimeToLive | System.TimeSpan | ||
Role | string | ||
RoutingLogic |
Méthode | 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 | |
Résultat |
public static Create ( |
||
config | ||
Résultat |
public DistributedPubSubSettings ( string role, |
||
role | string | |
routingLogic | ||
gossipInterval | System.TimeSpan | |
removedTimeToLive | System.TimeSpan | |
maxDeltaElements | int | |
Résultat | System |
public WithGossipInterval ( System.TimeSpan gossipInterval ) : |
||
gossipInterval | System.TimeSpan | |
Résultat |
public WithMaxDeltaElements ( int maxDeltaElements ) : |
||
maxDeltaElements | int | |
Résultat |
public WithRemovedTimeToLive ( System.TimeSpan removedTtl ) : |
||
removedTtl | System.TimeSpan | |
Résultat |
public WithRole ( string role ) : |
||
role | string | |
Résultat |
public WithRoutingLogic ( |
||
routingLogic | ||
Résultat |
public TimeSpan,System RemovedTimeToLive | ||
Résultat | System.TimeSpan |