final class Settings extends AnyRef
- Source
- ConsumerController.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Settings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val flowControlWindow: Int
- def getResendIntervalMax(): Duration
Java API
- val onlyFlowControl: Boolean
- val resendIntervalMax: FiniteDuration
- val resendIntervalMin: FiniteDuration
- def toString(): String
- Definition Classes
- Settings → AnyRef → Any
- def withFlowControlWindow(newFlowControlWindow: Int): Settings
- def withOnlyFlowControl(newOnlyFlowControl: Boolean): Settings
- def withResendIntervalMax(newResendIntervalMax: Duration): Settings
Java API
- def withResendIntervalMax(newResendIntervalMax: FiniteDuration): Settings
Scala API
- def withResendIntervalMin(newResendIntervalMin: Duration): Settings
Java API
- def withResendIntervalMin(newResendIntervalMin: FiniteDuration): Settings
Scala API