Click or drag to resize
Akka.NETDistributedPubSubSettings Properties

The DistributedPubSubSettings type exposes the following members.

Properties
  NameDescription
Public propertyGossipInterval
How often the DistributedPubSubMediator should send out gossip information
Public propertyMaxDeltaElements
Maximum number of elements to transfer in one message when synchronizing the registries. Next chunk will be transferred in next round of gossip.
Public propertyRemovedTimeToLive
Removed entries are pruned after this duration.
Public propertyRole
The mediator starts on members tagged with this role. Uses all if undefined.
Public propertyRoutingLogic
The routing logic to use for [!:DistributedPubSubMediator.Send].
Top
See Also