final class StreamSubscriptionTimeoutSettings extends AnyRef

Leaked publishers and subscribers are cleaned up when they are not used within a given deadline, configured by StreamSubscriptionTimeoutSettings.

Annotations
@nowarn()
Source
ActorMaterializer.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamSubscriptionTimeoutSettings
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StreamSubscriptionTimeoutSettings(mode: StreamSubscriptionTimeoutTerminationMode, timeout: FiniteDuration)

Value Members

  1. def equals(other: Any): Boolean
    Definition Classes
    StreamSubscriptionTimeoutSettings → AnyRef → Any
  2. def toString(): String
    Definition Classes
    StreamSubscriptionTimeoutSettings → AnyRef → Any

Deprecated Value Members

  1. val mode: StreamSubscriptionTimeoutTerminationMode
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use attribute 'ActorAttributes.StreamSubscriptionTimeoutMode' to read the concrete setting value

  2. val timeout: FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use attribute 'ActorAttributes.StreamSubscriptionTimeout' to read the concrete setting value