DistributedPubSubSettings Class |
Namespace: Akka.Cluster.Tools.PublishSubscribe
The DistributedPubSubSettings type exposes the following members.
Name | Description | |
---|---|---|
DistributedPubSubSettings |
Creates a new instance of the DistributedPubSubSettings.
|
Name | Description | |
---|---|---|
GossipInterval |
How often the DistributedPubSubMediator should send out gossip information
| |
MaxDeltaElements |
Maximum number of elements to transfer in one message when synchronizing the registries.
Next chunk will be transferred in next round of gossip.
| |
RemovedTimeToLive |
Removed entries are pruned after this duration.
| |
Role |
The mediator starts on members tagged with this role. Uses all if undefined.
| |
RoutingLogic |
The routing logic to use for [!:DistributedPubSubMediator.Send].
|
Name | Description | |
---|---|---|
Create(ActorSystem) |
Creates cluster publish/subscribe settings from the default configuration `akka.cluster.pub-sub`.
| |
Create(Config) |
Creates cluster publish subscribe settings from provided configuration with the same layout as `akka.cluster.pub-sub`.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WithGossipInterval |
TBD
| |
WithMaxDeltaElements |
TBD
| |
WithRemovedTimeToLive |
TBD
| |
WithRole |
TBD
| |
WithRoutingLogic |
TBD
|
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |