Class/Object

akka.cluster.pubsub

DistributedPubSubSettings

Related Docs: object DistributedPubSubSettings | package pubsub

Permalink

final class DistributedPubSubSettings extends NoSerializationVerificationNeeded

Source
DistributedPubSubMediator.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DistributedPubSubSettings
  2. NoSerializationVerificationNeeded
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DistributedPubSubSettings(role: Option[String], routingLogic: RoutingLogic, gossipInterval: FiniteDuration, removedTimeToLive: FiniteDuration, maxDeltaElements: Int, sendToDeadLettersWhenNoSubscribers: Boolean)

    Permalink

    role

    Start the mediator on members tagged with this role. All members are used if undefined.

    routingLogic

    The routing logic to use for Send.

    gossipInterval

    How often the DistributedPubSubMediator should send out gossip information

    removedTimeToLive

    Removed entries are pruned after this duration

    maxDeltaElements

    Maximum number of elements to transfer in one message when synchronizing the registries. Next chunk will be transferred in next round of gossip.

    sendToDeadLettersWhenNoSubscribers

    When a message is published to a topic with no subscribers send it to the dead letters.

  2. new DistributedPubSubSettings(role: Option[String], routingLogic: RoutingLogic, gossipInterval: FiniteDuration, removedTimeToLive: FiniteDuration, maxDeltaElements: Int)

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.5) Use the other constructor instead.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DistributedPubSubSettings to any2stringadd[DistributedPubSubSettings] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DistributedPubSubSettings, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DistributedPubSubSettings to ArrowAssoc[DistributedPubSubSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def ensuring(cond: (DistributedPubSubSettings) ⇒ Boolean, msg: ⇒ Any): DistributedPubSubSettings

    Permalink
    Implicit information
    This member is added by an implicit conversion from DistributedPubSubSettings to Ensuring[DistributedPubSubSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (DistributedPubSubSettings) ⇒ Boolean): DistributedPubSubSettings

    Permalink
    Implicit information
    This member is added by an implicit conversion from DistributedPubSubSettings to Ensuring[DistributedPubSubSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): DistributedPubSubSettings

    Permalink
    Implicit information
    This member is added by an implicit conversion from DistributedPubSubSettings to Ensuring[DistributedPubSubSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): DistributedPubSubSettings

    Permalink
    Implicit information
    This member is added by an implicit conversion from DistributedPubSubSettings to Ensuring[DistributedPubSubSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DistributedPubSubSettings to StringFormat[DistributedPubSubSettings] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. val gossipInterval: FiniteDuration

    Permalink

    How often the DistributedPubSubMediator should send out gossip information

  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val maxDeltaElements: Int

    Permalink

    Maximum number of elements to transfer in one message when synchronizing the registries.

    Maximum number of elements to transfer in one message when synchronizing the registries. Next chunk will be transferred in next round of gossip.

  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val removedTimeToLive: FiniteDuration

    Permalink

    Removed entries are pruned after this duration

  25. val role: Option[String]

    Permalink

    Start the mediator on members tagged with this role.

    Start the mediator on members tagged with this role. All members are used if undefined.

  26. val routingLogic: RoutingLogic

    Permalink

    The routing logic to use for Send.

  27. val sendToDeadLettersWhenNoSubscribers: Boolean

    Permalink

    When a message is published to a topic with no subscribers send it to the dead letters.

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withGossipInterval(gossipInterval: FiniteDuration): DistributedPubSubSettings

    Permalink
  34. def withMaxDeltaElements(maxDeltaElements: Int): DistributedPubSubSettings

    Permalink
  35. def withRemovedTimeToLive(removedTimeToLive: FiniteDuration): DistributedPubSubSettings

    Permalink
  36. def withRole(role: Option[String]): DistributedPubSubSettings

    Permalink
  37. def withRole(role: String): DistributedPubSubSettings

    Permalink
  38. def withRoutingLogic(routingLogic: RoutingLogic): DistributedPubSubSettings

    Permalink
  39. def withSendToDeadLettersWhenNoSubscribers(sendToDeadLetterWhenNoSubscribers: Boolean): DistributedPubSubSettings

    Permalink
  40. def [B](y: B): (DistributedPubSubSettings, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DistributedPubSubSettings to ArrowAssoc[DistributedPubSubSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from DistributedPubSubSettings to any2stringadd[DistributedPubSubSettings]

Inherited by implicit conversion StringFormat from DistributedPubSubSettings to StringFormat[DistributedPubSubSettings]

Inherited by implicit conversion Ensuring from DistributedPubSubSettings to Ensuring[DistributedPubSubSettings]

Inherited by implicit conversion ArrowAssoc from DistributedPubSubSettings to ArrowAssoc[DistributedPubSubSettings]

Ungrouped