final class StreamSubscriptionTimeoutSettings extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamSubscriptionTimeoutSettings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StreamSubscriptionTimeoutSettings(mode: StreamSubscriptionTimeoutTerminationMode, timeout: FiniteDuration)
Value Members
- def equals(other: Any): Boolean
- Definition Classes
- StreamSubscriptionTimeoutSettings → AnyRef → Any
- def toString(): String
- Definition Classes
- StreamSubscriptionTimeoutSettings → AnyRef → Any
Deprecated Value Members
- val mode: StreamSubscriptionTimeoutTerminationMode
- Annotations
- @deprecated
- Deprecated
(Since version 2.6.0) Use attribute 'ActorAttributes.StreamSubscriptionTimeoutMode' to read the concrete setting value
- val timeout: FiniteDuration
- Annotations
- @deprecated
- Deprecated
(Since version 2.6.0) Use attribute 'ActorAttributes.StreamSubscriptionTimeout' to read the concrete setting value
Leaked publishers and subscribers are cleaned up when they are not used within a given deadline, configured by StreamSubscriptionTimeoutSettings.